Skip to content
Snippets Groups Projects

Remove twmap directory and update type check script

Merged Chiller Dragon requested to merge ChillerDragon/twmap-py:pr_fix_types into fix-types

If it is only one file it does not have to be a directory. This will then let maturin generate the __init__.py file which would also include the documentation stuff.

from .twmap import *

__doc__ = twmap.__doc__
if hasattr(twmap, "__all__"):
    __all__ = twmap.__all__

image

Edited by Chiller Dragon

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading