Ticket #61: starts-with-busted-r346.diff
| File starts-with-busted-r346.diff, 482 bytes (added by bob@…, 7 years ago) |
|---|
-
path.py
802 802 """ 803 803 __slots__ = ['string1', 'string2'] 804 804 def __init__(self, string1, string2): 805 self.string1 = string 2805 self.string1 = string1 806 806 self.string2 = string2 807 807 def __call__(self, kind, data, pos, namespaces, variables): 808 808 string1 = self.string1(kind, data, pos, namespaces, variables)
