sequence
stringlengths
731
13.6k
docstring
stringlengths
11
171
(module (function_definition (function_name_merge_webhooks_runset) function_name_merge_webhooks_runset (parameters (identifier_runset) identifier_runset )parameters (block (expression_statement (assignment (identifier_min_started_at) identifier_min_started_at (c...
Make some statistics on the run set.
(module (function_definition (function_name_list) function_name_list (parameters (identifier_ctx) identifier_ctx (identifier_scenario_name) identifier_scenario_name (identifier_format) identifier_format )parameters (block (expression_statement (assignment (ide...
Lists status of instances.
(module (function_definition (function_name_server) function_name_server (parameters (identifier_port) identifier_port )parameters (block (expression_statement (assignment (identifier_args) identifier_args (list (string_'python') string_'python' ...
Start the Django dev server.
(module (function_definition (function_name_orphans_single) function_name_orphans_single (parameters (default_parameter (identifier_default_exec) identifier_default_exec (False) False )default_parameter )parameters (block (if_statement (boolean_operator ...
Remove all orphans in the site, in the single user-mode.
(module (function_definition (function_name_comp_idat) function_name_comp_idat (parameters (identifier_self) identifier_self (identifier_idat) identifier_idat )parameters (block (if_statement (comparison_operator (attribute (identifier_self) identifier_s...
Generator that produce compressed IDAT chunks from IDAT data
(module (function_definition (function_name_query_dated) function_name_query_dated (parameters (default_parameter (identifier_num) identifier_num (integer_10) integer_10 )default_parameter (default_parameter (identifier_kind) identifier_kind (string_'1') strin...
List the wiki of dated.
(module (function_definition (function_name_open) function_name_open (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (attribute (identifier_self) identifier_self (identifier__connection) identifier...
Opens a SSH connection with a Pluribus machine.
(module (function_definition (function_name__check_jp2h_child_boxes) function_name__check_jp2h_child_boxes (parameters (identifier_self) identifier_self (identifier_boxes) identifier_boxes (identifier_parent_box_name) identifier_parent_box_name )parameters (block (expression_st...
Certain boxes can only reside in the JP2 header.
(module (function_definition (function_name_delete_migration) function_name_delete_migration (parameters (identifier_connection) identifier_connection (identifier_basename) identifier_basename )parameters (block (expression_statement (assignment (identifier_sql) ide...
Delete a migration in `migrations_applied` table
(module (function_definition (function_name_pformat_xml) function_name_pformat_xml (parameters (identifier_xml) identifier_xml )parameters (block (try_statement (block (import_from_statement (dotted_name (identifier_lxml) identifier_lxml ...
Return pretty formatted XML.
(module (function_definition (function_name__dotted_get) function_name__dotted_get (parameters (identifier_self) identifier_self (identifier_dotted_key) identifier_dotted_key (default_parameter (identifier_default) identifier_default (None) None )default_parameter ...
Perform dotted key lookups and keep track of where we are.
(module (function_definition (function_name__find_impl) function_name__find_impl (parameters (identifier_cls) identifier_cls (identifier_role) identifier_role (identifier_interface) identifier_interface )parameters (block (expression_statement (assignment (ide...
Find relation implementation based on its role and interface.
(module (function_definition (function_name__cast_page) function_name__cast_page (parameters (identifier_val) identifier_val )parameters (block (try_statement (block (expression_statement (assignment (identifier_val) identifier_val ...
Convert the page limit & offset into int's & type check
(module (function_definition (function_name_gen_unkn) function_name_gen_unkn (parameters )parameters (block (expression_statement (assignment (identifier_empty_reg) identifier_empty_reg (call (identifier_ReilEmptyOperand) identifier_ReilEmptyOperand ...
Return an UNKN instruction.
(module (function_definition (function_name_add_jsfile_head) function_name_add_jsfile_head (parameters (identifier_self) identifier_self (typed_parameter (identifier_src) identifier_src (type (identifier_str) identifier_str )type )typed_parameter )parame...
Add JS file to load at this document's header.
(module (function_definition (function_name_logvalue) function_name_logvalue (parameters (identifier_self) identifier_self (identifier_key) identifier_key (identifier_value) identifier_value )parameters (block (if_statement (not_operator (call (ide...
Add log entry to request log info
(module (function_definition (function_name__validate_state) function_name__validate_state (parameters (identifier_state) identifier_state (identifier_valid_states) identifier_valid_states )parameters (block (if_statement (comparison_operator (identifier_state) iden...
Validate a state string
(module (function_definition (function_name__upload_file_aws_cli) function_name__upload_file_aws_cli (parameters (identifier_local_fname) identifier_local_fname (identifier_bucket) identifier_bucket (identifier_keyname) identifier_keyname (default_parameter (identifier_config) ...
Streaming upload via the standard AWS command line interface.
(module (function_definition (function_name_compute_output) function_name_compute_output (parameters (identifier_t0) identifier_t0 (identifier_t1) identifier_t1 )parameters (block (if_statement (boolean_operator (comparison_operator (identifier_t0) ident...
Compute the network's output based on the "time to first spike" of the two output neurons.
(module (function_definition (function_name_requires_loaded) function_name_requires_loaded (parameters (identifier_func) identifier_func )parameters (block (function_definition (function_name__wrapper) function_name__wrapper (parameters (identifier_self) identifie...
A decorator to ensure the resource data is loaded.
(module (function_definition (function_name_opened) function_name_opened (parameters (identifier_self) identifier_self (typed_parameter (identifier_block_identifier) identifier_block_identifier (type (identifier_BlockSpecification) identifier_BlockSpecification )t...
Returns if the channel is opened.
(module (function_definition (function_name_urlencode) function_name_urlencode (parameters (identifier_txt) identifier_txt )parameters (block (if_statement (call (identifier_isinstance) identifier_isinstance (argument_list (identifier_txt) identifier...
Url encode a path.
(module (function_definition (function_name_open_link) function_name_open_link (parameters (identifier_self) identifier_self (list_splat_pattern (identifier_args) identifier_args )list_splat_pattern )parameters (block (if_statement (comparison_operator ...
Open the link in the web browser.
(module (function_definition (function_name_item_links_addition) function_name_item_links_addition (parameters (identifier_self) identifier_self (identifier_data) identifier_data )parameters (block (expression_statement (assignment (identifier_links_item_factory) id...
Add the links for each community.
(module (function_definition (function_name_from_forward) function_name_from_forward (parameters (identifier_cls) identifier_cls (identifier_fmodel) identifier_fmodel (dictionary_splat_pattern (identifier_kwargs) identifier_kwargs )dictionary_splat_pattern )parameters (...
Construst an inverse model from a forward model and constraints.
(module (function_definition (function_name_install) function_name_install (parameters )parameters (block (expression_statement (assignment (identifier_ceph_dir) identifier_ceph_dir (string_"/etc/ceph") string_"/etc/ceph" )assignment )expression_statemen...
Basic Ceph client installation.
(module (function_definition (function_name_make_definition) function_name_make_definition (parameters (identifier_name) identifier_name (identifier_base) identifier_base (identifier_schema) identifier_schema )parameters (block (expression_statement (assignment ...
Create a new definition.
(module (function_definition (function_name___leaf) function_name___leaf (parameters (identifier_i) identifier_i (identifier_j) identifier_j (identifier_first) identifier_first (identifier_maxfirst) identifier_maxfirst (identifier_prevleaf) identifier_prevleaf (identifier_a...
Determine if j is leaf of i'th row subtree.
(module (function_definition (function_name_compute_triangle_circumcenters) function_name_compute_triangle_circumcenters (parameters (identifier_X) identifier_X (identifier_ei_dot_ei) identifier_ei_dot_ei (identifier_ei_dot_ej) identifier_ei_dot_ej )parameters (block (expressio...
Computes the circumcenters of all given triangles.
(module (function_definition (function_name_temp_unit) function_name_temp_unit (parameters (identifier_self) identifier_self )parameters (block (if_statement (comparison_operator (attribute (identifier_CONST) identifier_CONST (identifier_UNIT_FAHRE...
Get unit of temp.
(module (function_definition (function_name_gen_str_to_sign) function_name_gen_str_to_sign (parameters (identifier_self) identifier_self (identifier_req) identifier_req )parameters (block (expression_statement (assignment (identifier_url) identifier_url (c...
Generate string to sign using giving prepared request
(module (function_definition (function_name_com_google_fonts_check_name_mandatory_entries) function_name_com_google_fonts_check_name_mandatory_entries (parameters (identifier_ttFont) identifier_ttFont (identifier_style) identifier_style )parameters (block (import_from_statement ...
Font has all mandatory 'name' table entries ?
(module (function_definition (function_name_connected) function_name_connected (parameters (identifier_self) identifier_self (dictionary_splat_pattern (identifier_kwargs) identifier_kwargs )dictionary_splat_pattern )parameters (block (expression_statement (call ...
triger the server_ready event
(module (function_definition (function_name_init_poolmanager) function_name_init_poolmanager (parameters (identifier_self) identifier_self (identifier_connections) identifier_connections (identifier_maxsize) identifier_maxsize (default_parameter (identifier_block) identifier_bl...
Called to initialize the HTTPAdapter when no proxy is used.
(module (function_definition (function_name_lonlat2xyz) function_name_lonlat2xyz (parameters (identifier_lons) identifier_lons (identifier_lats) identifier_lats )parameters (block (expression_statement (assignment (identifier_R) identifier_R (float_6370997...
Convert lons and lats to cartesian coordinates.
(module (function_definition (function_name_parse_passage) function_name_parse_passage (parameters (typed_parameter (identifier_obj) identifier_obj (type (identifier_dict) identifier_dict )type )typed_parameter )parameters (type (identifier_BioCPassa...
Deserialize a dict obj to a BioCPassage object
(module (function_definition (function_name_getNextNode) function_name_getNextNode (parameters (identifier_self) identifier_self (identifier_name) identifier_name (dictionary_splat_pattern (identifier_context) identifier_context )dictionary_splat_pattern )parameters (bl...
Return tree node next to name
(module (function_definition (function_name_wraps) function_name_wraps (parameters (identifier_function) identifier_function )parameters (block (function_definition (function_name_wrap) function_name_wrap (parameters (identifier_decorator) identifier_decorator ...
Enables building decorators around functions used for hug routes without changing their function signature
(module (function_definition (function_name_R_package_resource) function_name_R_package_resource (parameters (identifier_package) identifier_package (identifier_resource) identifier_resource )parameters (block (expression_statement (assignment (identifier_package_pa...
return a path to an R package resource, if it is available
(module (function_definition (function_name_validate) function_name_validate (parameters (identifier_self) identifier_self )parameters (block (if_statement (boolean_operator (not_operator (attribute (identifier_self) identifier_self ...
Perform validation check on properties.
(module (function_definition (function_name_remove_graphic) function_name_remove_graphic (parameters (identifier_self) identifier_self (typed_parameter (identifier_graphic) identifier_graphic (type (attribute (identifier_Graphics) identifier_Graphics ...
Remove a graphic, but do it through the container, so dependencies can be tracked.
(module (function_definition (function_name__retrieve_indices) function_name__retrieve_indices (parameters (identifier_cols) identifier_cols )parameters (block (if_statement (call (identifier_isinstance) identifier_isinstance (argument_list (identifi...
Retrieve a list of indices corresponding to the provided column specification.
(module (function_definition (function_name_unparse_qs) function_name_unparse_qs (parameters (identifier_qs) identifier_qs (default_parameter (identifier_sort) identifier_sort (False) False )default_parameter (default_parameter (identifier_reverse) identifier_re...
Reverse conversion for parse_qs
(module (function_definition (function_name_connect_to_database_odbc_mysql) function_name_connect_to_database_odbc_mysql (parameters (identifier_self) identifier_self (typed_parameter (identifier_database) identifier_database (type (identifier_str) identifier_str ...
Connects to a MySQL database via ODBC.
(module (function_definition (function_name__json_safe) function_name__json_safe (parameters (identifier_cls) identifier_cls (identifier_value) identifier_value )parameters (block (if_statement (comparison_operator (call (identifier_type) identifier_type...
Return a JSON safe value
(module (function_definition (function_name_download) function_name_download (parameters (identifier_url) identifier_url )parameters (block (expression_statement (assignment (identifier_session) identifier_session (call (attribute (iden...
Uses requests to download an URL, maybe from a file
(module (function_definition (function_name_run_queue) function_name_run_queue (parameters (identifier_self) identifier_self (identifier_options) identifier_options (identifier_todo) identifier_todo )parameters (block (expression_statement (call (attribute ...
Actually run the _todo_tasklet.
(module (function_definition (function_name_query) function_name_query (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (attribute (identifier_self) identifier_self (identifier__p4dict) identifier__...
Runs an fstat for this file and repopulates the data
(module (function_definition (function_name_ordered_dict_to_dict) function_name_ordered_dict_to_dict (parameters (identifier_d) identifier_d )parameters (block (expression_statement (assignment (identifier_ret) identifier_ret (dictionary )dictionary ...
Converts inner OrderedDict to bare dict
(module (function_definition (function_name_cleanup) function_name_cleanup (parameters (identifier_self) identifier_self )parameters (block (expression_statement (call (identifier_all) identifier_all (argument_list (list_comprehension (...
Clean up my temporary files.
(module (function_definition (function_name_rule) function_name_rule (parameters (identifier_self) identifier_self (identifier_key) identifier_key )parameters (block (function_definition (function_name_register) function_name_register (parameters (identifier...
Decorate as a rule for a key in top level JSON.
(module (function_definition (function_name_pretty_print) function_name_pretty_print (parameters (identifier_self) identifier_self )parameters (block (print_statement (call (attribute (identifier_colored) identifier_colored (identifier_blue) identi...
Print the error message to stdout with colors and borders
(module (function_definition (function_name_save_form) function_name_save_form (parameters (identifier_self) identifier_self (identifier_request) identifier_request (identifier_form) identifier_form (identifier_change) identifier_change )parameters (block (expression_stat...
Set the object's owner as the logged in user.
(module (function_definition (function_name_add_payload) function_name_add_payload (parameters (identifier_self) identifier_self (identifier_payload) identifier_payload )parameters (block (if_statement (attribute (identifier_self) identifier_self (identifi...
Adds a payload to packet, updating last payload's next_payload field
(module (function_definition (function_name_deleteAllGroups) function_name_deleteAllGroups (parameters (identifier_server) identifier_server )parameters (block (try_statement (block (expression_statement (assignment (pattern_list ...
Delete all server groups from Spacewalk
(module (function_definition (function_name_Pull) function_name_Pull (parameters (identifier_cls) identifier_cls (identifier_connection) identifier_connection (identifier_filename) identifier_filename (identifier_dest_file) identifier_dest_file (identifier_progress_callback) iden...
Pull a file from the device into the file-like dest_file.
(module (function_definition (function_name__paginate) function_name__paginate (parameters (identifier_url) identifier_url (identifier_topkey) identifier_topkey (list_splat_pattern (identifier_args) identifier_args )list_splat_pattern (dictionary_splat_pattern (id...
Wrapper to assist with paginated responses from Digicert's REST API.
(module (function_definition (function_name__calcCTRBUF) function_name__calcCTRBUF (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (attribute (identifier_self) identifier_self (identifier_ctr_cks) ...
Calculates one block of CTR keystream
(module (function_definition (function_name__save) function_name__save (parameters (identifier_self) identifier_self (identifier_url) identifier_url (identifier_path) identifier_path (identifier_data) identifier_data )parameters (block (expression_statement (assig...
Save `data` of downloaded `url` in `path`.
(module (function_definition (function_name_to_bb) function_name_to_bb (parameters (identifier_YY) identifier_YY (default_parameter (identifier_y) identifier_y (string_"deprecated") string_"deprecated" )default_parameter )parameters (block (expression_statement ...
Convert mask YY to a bounding box, assumes 0 as background nonzero object
(module (function_definition (function_name_rmvirtualenv) function_name_rmvirtualenv (parameters )parameters (block (expression_statement (assignment (identifier_path) identifier_path (call (attribute (string_'/') string_'/' (id...
Remove the current or ``env.project_version`` environment and all content in it
(module (function_definition (function_name__association_types) function_name__association_types (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_r) identifier_r (call (attribute ...
Retrieve Custom Indicator Associations types from the ThreatConnect API.
(module (function_definition (function_name__parse_snapshot_hits) function_name__parse_snapshot_hits (parameters (identifier_self) identifier_self (identifier_file_obj) identifier_file_obj )parameters (block (for_statement (identifier__) identifier__ (call (...
Parse and store snapshot hits.
(module (function_definition (function_name_process_login) function_name_process_login (parameters (identifier_context) identifier_context (identifier_request) identifier_request )parameters (block (expression_statement (assignment (identifier_username) identifier_u...
Authenticate username and password and log in user
(module (function_definition (function_name__init_sub_groups) function_name__init_sub_groups (parameters (identifier_self) identifier_self (identifier_parent) identifier_parent )parameters (block (if_statement (attribute (identifier_self) identifier_self (...
Initialise sub-groups, and create any that do not already exist.
(module (function_definition (function_name_Kill) function_name_Kill (parameters (identifier_self) identifier_self )parameters (block (try_statement (block (if_statement (attribute (identifier_self) identifier_self (identifier_is_ru...
Send death pill to Gdb and forcefully kill it if that doesn't work.
(module (function_definition (function_name_main) function_name_main (parameters )parameters (block (expression_statement (assignment (identifier_args) identifier_args (call (identifier_parse_arguments) identifier_parse_arguments (argument_list...
Check arguments are retrieved.
(module (function_definition (function_name_onSync) function_name_onSync (parameters (identifier_self) identifier_self (identifier_event) identifier_event )parameters (block (expression_statement (assignment (identifier_SETUP) identifier_SETUP (call ...
Initializes the database by defining any additional structures that are required during selection.
(module (function_definition (function_name_release) function_name_release (parameters (identifier_self) identifier_self (identifier_jid) identifier_jid (default_parameter (identifier_priority) identifier_priority (identifier_DEFAULT_PRIORITY) identifier_DEFAULT_PRIORITY ...
Release a reserved job back into the ready queue.
(module (function_definition (function_name_on_resolve) function_name_on_resolve (parameters (identifier_target) identifier_target (identifier_func) identifier_func (list_splat_pattern (identifier_args) identifier_args )list_splat_pattern (dictionary_splat_pattern ...
Register a resolution hook.
(module (function_definition (function_name_fitImg) function_name_fitImg (parameters (identifier_self) identifier_self (identifier_img_rgb) identifier_img_rgb )parameters (block (expression_statement (assignment (identifier_H) identifier_H (subscript ...
fit perspective and size of the input image to the base image
(module (function_definition (function_name__prep) function_name__prep (parameters (identifier_e) identifier_e )parameters (block (if_statement (comparison_operator (string_'lastupdate') string_'lastupdate' (identifier_e) identifier_e )comparison_operato...
Normalizes lastupdate to a timestamp, and constructs a URL from the embedded attributes.
(module (function_definition (function_name_move_previews) function_name_move_previews (parameters (identifier_self) identifier_self )parameters (block (expression_statement (string_"Move previews after a resize event") string_"Move previews after a resize event" )expression_...
Move previews after a resize event
(module (function_definition (function_name_fullPath) function_name_fullPath (parameters (identifier_self) identifier_self )parameters (block (for_statement (tuple_pattern (tuple_pattern (identifier_dirTree) identifier_dirTree (identifier_dirID) id...
Return full butter path from butter root.
(module (function_definition (function_name_start) function_name_start (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (attribute (identifier_self) identifier_self (identifier_running) identifier_r...
Starts an agent with standard logging
(module (function_definition (function_name_degree) function_name_degree (parameters (identifier_self) identifier_self (identifier_vertex) identifier_vertex )parameters (block (try_statement (block (return_statement (call (identifier_len) i...
Return the degree of a vertex
(module (function_definition (function_name_rename) function_name_rename (parameters (identifier_idf) identifier_idf (identifier_objkey) identifier_objkey (identifier_objname) identifier_objname (identifier_newname) identifier_newname )parameters (block (expression_statem...
rename all the refrences to this objname
(module (function_definition (function_name_send) function_name_send (parameters (identifier_self) identifier_self (identifier_command) identifier_command (default_parameter (identifier_message) identifier_message (None) None )default_parameter )parameters (bloc...
Send a command over the socket with length endcoded
(module (function_definition (function_name_init_app) function_name_init_app (parameters (identifier_self) identifier_self (identifier_app) identifier_app )parameters (block (if_statement (not_operator (call (identifier_hasattr) identifier_hasattr ...
Initialises the Negotiate extension for the given application.
(module (function_definition (function_name_all_tamil) function_name_all_tamil (parameters (identifier_word_in) identifier_word_in )parameters (block (if_statement (call (identifier_isinstance) identifier_isinstance (argument_list (identifier_word_in...
predicate checks if all letters of the input word are Tamil letters
(module (function_definition (function_name__load_repo) function_name__load_repo (parameters (identifier_self) identifier_self )parameters (block (if_statement (attribute (identifier_self) identifier_self (identifier__logg_repo) identifier__logg_repo )at...
Load git repo using GitPython
(module (function_definition (function_name_reset) function_name_reset (parameters (identifier_self) identifier_self )parameters (block (expression_statement (call (attribute (attribute (identifier_watchers) identifier_watchers (ide...
Reset itself and recursively all its children.
(module (function_definition (function_name__check_stop) function_name__check_stop (parameters (identifier_self) identifier_self (identifier_iters) identifier_iters (identifier_elapsed_time) identifier_elapsed_time (identifier_converged) identifier_converged )parameters (block ...
Defines the stopping criterion.
(module (function_definition (function_name___total_pages) function_name___total_pages (parameters (identifier_self) identifier_self )parameters (type (identifier_int) identifier_int )type (block (expression_statement (assignment (identifier_row_count) ident...
Return max pages created by limit
(module (function_definition (function_name__get_len) function_name__get_len (parameters (identifier_self) identifier_self )parameters (block (if_statement (call (identifier_hasattr) identifier_hasattr (argument_list (attribute (identif...
Return total number of bytes in buffer.
(module (function_definition (function_name_item) function_name_item (parameters (identifier_self) identifier_self (identifier_section) identifier_section (identifier_it) identifier_it )parameters (block (for_statement (pattern_list (identifier_key) identifier...
Return content of given item in selected section
(module (function_definition (function_name_decompressSkeletalBoneData) function_name_decompressSkeletalBoneData (parameters (identifier_self) identifier_self (identifier_pvCompressedBuffer) identifier_pvCompressedBuffer (identifier_unCompressedBufferSize) identifier_unCompressedBufferSize ...
Turns a compressed buffer from GetSkeletalBoneDataCompressed and turns it back into a bone transform array.
(module (function_definition (function_name__collapse_to_cwl_record_single) function_name__collapse_to_cwl_record_single (parameters (identifier_data) identifier_data (identifier_want_attrs) identifier_want_attrs (identifier_input_files) identifier_input_files )parameters (block ...
Convert a single sample into a CWL record.
(module (function_definition (function_name_render_node) function_name_render_node (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (attribute (identifier_self) identifier_self (identifier_content) ...
Render the template and save the generated content
(module (function_definition (function_name__snapper_pre) function_name__snapper_pre (parameters (identifier_opts) identifier_opts (identifier_jid) identifier_jid )parameters (block (expression_statement (assignment (identifier_snapper_pre) identifier_snapper_pre ...
Create a snapper pre snapshot
(module (function_definition (function_name__parse_endofnames) function_name__parse_endofnames (parameters (identifier_client) identifier_client (identifier_command) identifier_command (identifier_actor) identifier_actor (identifier_args) identifier_args )parameters (block ...
Parse an ENDOFNAMES and dispatch a NAMES event for the channel.
(module (function_definition (function_name_dict_take) function_name_dict_take (parameters (identifier_dict_) identifier_dict_ (identifier_keys) identifier_keys (list_splat_pattern (identifier_d) identifier_d )list_splat_pattern )parameters (block (try_statement ...
get multiple values from a dictionary
(module (function_definition (function_name_unmount) function_name_unmount (parameters (identifier_self) identifier_self )parameters (block (expression_statement (call (attribute (identifier_self) identifier_self (identifier_unmount_bindmounts) ide...
Calls all unmount methods in the correct order.
(module (function_definition (function_name_setSequenceType) function_name_setSequenceType (parameters (identifier_self) identifier_self (identifier_value) identifier_value )parameters (block (if_statement (comparison_operator (identifier_value) identifier_value ...
You must set this!
(module (function_definition (function_name_custom_conf) function_name_custom_conf (parameters (identifier_self) identifier_self (identifier_conf) identifier_conf )parameters (block (if_statement (identifier_conf) identifier_conf (block (for_statement ...
custom apikey and http parameters
(module (function_definition (function_name_in_transaction) function_name_in_transaction (parameters (identifier_self) identifier_self )parameters (block (if_statement (not_operator (call (identifier_hasattr) identifier_hasattr (argument_list ...
Check if this database is in a transactional context.
(module (function_definition (function_name__translate_src_oprnd) function_name__translate_src_oprnd (parameters (identifier_self) identifier_self (identifier_operand) identifier_operand )parameters (block (if_statement (call (identifier_isinstance) identifier_isins...
Translate source operand to a SMT expression.
(module (function_definition (function_name__check_count) function_name__check_count (parameters (identifier_self) identifier_self (identifier_result) identifier_result (identifier_func) identifier_func (identifier_args) identifier_args )parameters (block (if_statement ...
Private function to return ctypes errors cleanly
(module (function_definition (function_name_version) function_name_version (parameters (identifier_self) identifier_self )parameters (block (expression_statement (assignment (identifier_lines) identifier_lines (call (identifier_iter) identifier_iter ...
Return the underlying version
(module (function_definition (function_name_post) function_name_post (parameters (identifier_self) identifier_self (identifier_url) identifier_url (default_parameter (identifier_postParameters) identifier_postParameters (None) None )default_parameter (default_para...
Implement libgreader's interface for authenticated POST request