We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While this isnt pretty, and they might be interested in changing it as it only occurs in a few modules, it is causing false positives.
'''API Function: insert(search_type, data, metadata={}, parent_key=None, info={}, use_id=False, triggers=True) ... '''
Modules with this syntax (All start with 'API Function: ' or 'Function: ') https://github.com/Southpaw-TACTIC/TACTIC/blob/master/src/client/tactic_client_lib/tactic_server_stub.py https://github.com/Southpaw-TACTIC/TACTIC/blob/master/src/pyasm/application/common/application.py https://github.com/Southpaw-TACTIC/TACTIC/blob/master/src/pyasm/interpreter/tactic_client_lib/tactic_server_stub.py https://github.com/Southpaw-TACTIC/TACTIC/blob/master/src/pyasm/prod/service/api_xmlrpc.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While this isnt pretty, and they might be interested in changing it as it only occurs in a few modules, it is causing false positives.
Modules with this syntax (All start with 'API Function: ' or 'Function: ')
https://github.com/Southpaw-TACTIC/TACTIC/blob/master/src/client/tactic_client_lib/tactic_server_stub.py
https://github.com/Southpaw-TACTIC/TACTIC/blob/master/src/pyasm/application/common/application.py
https://github.com/Southpaw-TACTIC/TACTIC/blob/master/src/pyasm/interpreter/tactic_client_lib/tactic_server_stub.py
https://github.com/Southpaw-TACTIC/TACTIC/blob/master/src/pyasm/prod/service/api_xmlrpc.py
The text was updated successfully, but these errors were encountered: