kamahen / pykythe

Generate code Python source cross-reference facts in Kythe format
Other
21 stars 3 forks source link

Chain of str functions not working #4

Closed kamahen closed 5 years ago

kamahen commented 5 years ago

e.g.:

import os
print(os.path.sep.strip().capitalize()

strip resolves to a ref edge to typeshed.stdlib.3.os.path.sep.strip but capitalize doesn't.

kamahen commented 5 years ago

Fixed with commit 65b1154