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
More cleanup for update_quick_index.py + helpers (pythonarcade#2113)
* Deduplicate logic in API module processing
* Move shared member iteration into a generator function
* Rename member special rules declarations dict to be general instead of class-specific
* Fix indentation for class rendering
* Add comments and top-level docstring to explain file structure
* Clean up unused items removed in earlier commits
* Explain the decision to keep NotExcludedBy
* Move Vfs and SharedPaths into util/doc_helpers
* Move reusable items into doc_helpers
* Move NotExcludedBy, get_module_path, and EMPTY_TUPLE into doc_helpers
* Update __all__
* Clean up imports
* Rename rules for tab-completion friendliness
* Fix docstring fro VirtualFile
* Type-annotate VirtualFile.write
* Remove extra whitespace from Vfs.py
* Annotate Vfs.write
* Use pathlib.Path instead of strings inside vfs objects
* Use EMPTY_TUPLE instead of recreating new list
* Line ending consistency
0 commit comments