You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, it would be great to be able to use pyan as a library with the certainty that it won't do any file reading or listdir.
Instead of passing filename to the constructor we could pass namedtuple(root:ast.Module, modname:str, is_package:bool) or something similar.
The text was updated successfully, but these errors were encountered:
Hello, it would be great to be able to use pyan as a library with the certainty that it won't do any file reading or listdir.
Instead of passing filename to the constructor we could pass
namedtuple(root:ast.Module, modname:str, is_package:bool)
or something similar.The text was updated successfully, but these errors were encountered: