Skip to content

Added feature to check data signatures at Source.Python setup. #467

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Minor fixes.
  • Loading branch information
CookStar committed Feb 15, 2023
commit 2d024eb223f462a60a22de9478f73b8253ced99d
2 changes: 2 additions & 0 deletions addons/source-python/packages/source-python/memory/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
'MemberFunction',
'NO_DEFAULT',
'Type',
'check_pipe_signature_from_file',
'check_type_signature_from_file',
'parse_data',
)

Expand Down