text string | label int64 |
|---|---|
{'name': 'ReplaceByFeeTest.test_too_many_replacements@test/functional/feature_rbf.py', 'description': 'Replacements that evict too many transactions are rejected', 'signature': 'def test_too_many_replacements(self):'}</s>OP_3DUP = CScriptOp(0x6f) | 0 |
{'name': 'CheckForNonConstReference@tools/caffe-sphereface/scripts/cpp_lint.py', 'description': 'Check for non-const references.\n\nSeparate from CheckLanguage since it scans backwards from current\nline, instead of scanning forward.\n\nArgs:\n filename: The name of the current file.\n clean_lines: A CleansedLines in... | 0 |
{'name': 'QueueManager.connect_tcp_client@code/pymqi/__init__.py', 'description': "Connect immediately to the remote Queue Manager 'name', using\na TCP Client connection, with channnel 'channel' and the\nTCP connection string 'conn_name'. All other connection\noptons come from 'cd'.", 'signature': 'def connect_tcp_clie... | 0 |
{'name': 'build_ext.build_extensions@dependencies/pybind11/pybind11/setup_helpers.py', 'description': 'Build extensions, injecting C++ std for Pybind11Extension if needed.', 'signature': 'def build_extensions(self) -> None:'}</s>tmp_chdir_lock = threading.Lock() | 0 |
{'name': 'PhonoTinker.get_forces@phonolammps/__init__.py', 'description': 'Calculate the forces of a supercell using tinker\n:param cell_with_disp: supercell (PhonopyAtoms) from which determine the forces\n:return array: numpy array matrix with forces of atoms [Natoms x 3]', 'signature': 'def get_forces(self, cell_with... | 1 |
{'name': 'is_empty@flask_minify/utils.py', 'description': "Check if the content is truly empty.\n\nParamaters\n----------\n content: str\n content to check if it's truly empty.\n\nReturns\n-------\n Boolean True if empty False if not.", 'signature': 'def is_empty(content):'}</s>{'name': 'get_tag_contents@f... | 0 |
{'name': 'Parser.p_expression_bytes@lib/rule_engine/parser/__init__.py', 'description': 'object : BYTES', 'signature': 'def p_expression_bytes(self, p):'}</s>{'name': 'SetExpression@lib/rule_engine/ast.py', 'description': 'Literal set expressions containing 0 or more sub-expressions.', 'base_classes': ['_CollectionMixi... | 0 |
{'name': 'PFOp._from_string@pf/rule.py', 'description': 'Initalize a new instance from a string.', 'signature': 'def _from_string(self, operation):'}</s>LOG_NOTICE = 5 | 0 |
{'name': 'IncInterfaceGenerator.do_table3_transformation@da/compiler/incgen.py', 'description': "Transformation defined in Table 3 of OOPSLA paper.\n\nThis transforms single quantifications over comparisons into min/max\naggregates. Returns None if table 3 can not be applied to 'node'.", 'signature': 'def do_table3_tra... | 0 |
{'name': 'url_unparse@SneakerBot 2019/venv/lib/python3.7/site-packages/werkzeug/urls.py', 'description': 'The reverse operation to :meth:`url_parse`. This accepts arbitrary\nas well as :class:`URL` tuples and returns a URL as a string.\n\n:param components: the parsed URL as tuple which should be converted\n ... | 0 |
{'name': 'get_alignment_to_child@maf/impl/naiveLiftUp.py', 'description': 'Get a file representing maximal gapless alignment blocks between this child and its parent (referenced on the parent).', 'signature': 'def get_alignment_to_child(hal_path, child_genome, output_path):'}</s>{'name': 'test_maximize_block_length@maf... | 0 |
{'name': 'test_get_device_config_file_missing@tests/test_demo_opts.py', 'description': 'Loading a missing config file throws an error.', 'signature': 'def test_get_device_config_file_missing():'}</s>{'name': 'test_get_device_unknown@tests/test_demo_opts.py', 'description': 'Load an unknown device.', 'code': 'def test_g... | 0 |
{'name': 'is_same_transform@transformations.py', 'description': 'Return True if two matrices perform same transformation.\n\n>>> is_same_transform(numpy.identity(4), numpy.identity(4))\nTrue\n>>> is_same_transform(numpy.identity(4), random_rotation_matrix())\nFalse', 'signature': 'def is_same_transform(matrix0, matrix1... | 0 |
{'name': 'IDispatch.Invoke@comtypes/automation.py', 'description': 'Invoke a method or property.', 'signature': 'def Invoke(self, dispid: int, *args: Any, **kw: Any) -> Any:'}</s>VT_I8 = 20 | 0 |
{'name': 'QueueManager.put1@code/pymqi/__init__.py', 'description': "Put the single message in string buffer 'msg' on the queue\nusing the MQI PUT1 call. This encapsulates calls to MQOPEN,\nMQPUT and MQCLOSE. put1 is the optimal way to put a single\nmessage on a queue.\n\nqDesc identifies the Queue either by name (if i... | 0 |
{'name': 'ProcessFileData@tools/cpplint.py', 'description': 'Performs lint checks and reports any errors to the given error function.\n\nArgs:\n filename: Filename of the file that is being processed.\n file_extension: The extension (dot not included) of the file.\n lines: An array of strings, each representing a li... | 0 |
{'name': 'analyze_number@lesscpy/lessc/utility.py', 'description': "Analyse number for type and split from unit\n 1px -> (q, 'px')\nargs:\n var (str): number string\nkwargs:\n err (str): Error message\nraises:\n SyntaxError\nreturns:\n tuple", 'signature': "def analyze_number(var, err=''):"}</s>{'name': ... | 1 |
{'name': 'TestObjectsE2E.test_host_record_ea_inheritance@e2e_tests/test_objects.py', 'description': 'Checks if EA inheritance for record:host object\nworks as expected', 'signature': 'def test_host_record_ea_inheritance(self):'}</s>{'name': 'Vlanview@infoblox_client/objects.py', 'description': "Vlanview: VLAN View obje... | 0 |
{'name': '_reorg@mhkit/dolfyn/io/nortek2.py', 'description': 'This function grabs the data from the dictionary of data types\n(organized by ID), and combines them into a single dictionary.', 'signature': 'def _reorg(dat):'}</s>{'name': '_abspath@mhkit/dolfyn/io/base.py', 'description': 'DOCSTRING', 'code': 'def _abspat... | 0 |
{'name': 'QueueManager.put1@code/pymqi/__init__.py', 'description': "Put the single message in string buffer 'msg' on the queue\nusing the MQI PUT1 call. This encapsulates calls to MQOPEN,\nMQPUT and MQCLOSE. put1 is the optimal way to put a single\nmessage on a queue.\n\nqDesc identifies the Queue either by name (if i... | 0 |
{'name': 'page_erase@tools/pydfu.py', 'description': 'Erases a single page.', 'signature': 'def page_erase(addr):'}</s>__TIMEOUT = 4000 | 1 |
{'name': 'Serial.reset_output_buffer@serial/serialwin32.py', 'description': 'Clear output buffer, aborting the current output and discarding all\nthat is in the buffer.', 'signature': 'def reset_output_buffer(self):'}</s>GetCommState = _stdcall_libraries['kernel32'].GetCommState | 0 |
{'name': 'wasm_vec_to_list@language-bindings/python/src/wamr/wasmcapi/ffi.py', 'description': 'Converts a vector or a POINTER(vector) to a list\nvector of type pointers -> list of type pointers', 'signature': 'def wasm_vec_to_list(vec):'}</s>{'name': 'wasm_externtype_vec_t@language-bindings/python/src/wamr/wasmcapi/bin... | 1 |
{'name': 'GroupFitter.xfit_redshift@grizli/fitting.py', 'description': 'Two-step procedure for fitting redshifts\n\n1. polynomial, spline template fits\n2. redshift grids\n3. ...\n\nParameters\n----------\nprior : None, (array, array)\n Redshift prior (z, pz). Will be interpolated to the redshift\n fit grid\n\nt... | 0 |
{'name': '_prepare_request_headers@aiosonic/client.py', 'description': 'Prepare get data.', 'signature': 'def _prepare_request_headers('}</s>_LRU_CACHE_SIZE = 512 | 0 |
{'name': 'FiniteDomainSort@src/api/python/z3/z3.py', 'description': 'Create a named finite domain sort of a given size sz', 'signature': 'def FiniteDomainSort(name, sz, ctx=None):'}</s>{'name': 'CheckSatResult@src/api/python/z3/z3.py', 'description': 'Represents the result of a satisfiability check: sat, unsat, unknown... | 0 |
{'name': '_text_count_case_sensitive@fletcher/algorithms/string.py', 'description': 'For each row in the data computes the number of occurrences of the pattern ``pat``.\nThis implementation does basic byte-by-byte comparison and is independent\nof any locales or encodings.', 'signature': 'def _text_count_case_sensitive... | 0 |
{'name': 'indigenous_peoples_day@src/convertdate/holidays.py', 'description': 'Celebrated on the second Monday in October in the United States.', 'signature': "def indigenous_peoples_day(year, country='usa'):"}</s>{'name': 'from_jd@src/convertdate/gregorian.py', 'description': 'Return Gregorian date in a (Y, M, D) tupl... | 0 |
{'name': 'Template._addCheetahPlumbingCodeToClass@Cheetah/Template.py', 'description': 'If concreteTemplateClass is not a subclass of Cheetah.Template, add\nthe required cheetah methods and attributes to it.\n\nThis is called on each new template class after it has been compiled.\nIf concreteTemplateClass is not a subc... | 0 |
{'name': 'p_member_declarator@ctypesgen/parser/cgrammar.py', 'description': 'member_declarator : declarator gcc_attributes\n| COLON constant_expression gcc_attributes\n| declarator COLON constant_expression gcc_attributes', 'signature': 'def p_member_declarator(p):'}</s>{'name': 'format_result@ctypesgen/parser/yacc.py'... | 0 |
{'name': 'getSchemaDetailsLocal@redfish_service_validator/metadata.py', 'description': 'Find Schema file for given Namespace, from local directory\n\nparam SchemaType: Schema Namespace, such as ServiceRoot\nparam SchemaURI: uri to grab schem (generate information from it)\nreturn: (success boolean, a Soup object, origi... | 0 |
{'name': 'FoundationTestCase2.test_more_expr_commands@tools/lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestObjCMethods2.py', 'description': 'More expression commands for objective-c.', 'signature': 'def test_more_expr_commands(self):'}</s>{'name': 'expectedFailureAll@tools/lldb/packages/Python/lldbsuite/t... | 0 |
{'name': 'Praetorian.init_app@flask_praetorian/base.py', 'description': 'Initializes the Praetorian extension\n\n:param: app: The flask app to bind this\n extension to\n:param: user_class: The class used to interact with\n user... | 1 |
{'name': 'Queue.get@code/pymqi/__init__.py', 'description': "Return a message from the queue. If the queue is not already\nopen, it is opened now with the option 'MQOO_INPUT_AS_Q_DEF'.\n\nmaxLength, if present, specifies the maximum length for the\nmessage. If the message received exceeds maxLength, then the\nbehavior ... | 0 |
{'name': 'NoReCaptchaField.get_remote_ip@nocaptcha_recaptcha/fields.py', 'description': 'Return the remote IP from the request.\nFirst check the REMOTE_ADDR header and then the\nHTTP_X_FORWARDED_FOR header.', 'signature': 'def get_remote_ip(self):'}</s>DEFAULT_VERIFY_URL = "https://www.google.com/recaptcha/api/siteveri... | 0 |
{'name': 'execute_and_aggregate_exclusive_ops@self_organising_systems/biomakerca/env_logic.py', 'description': 'Execute all exclusive functions and aggregate them all into a single\nExclusiveOp for each cell.\n\nThis function constructs sanitized interfaces for the input excl_fs and \nagent_excl_f, making sure that no ... | 1 |
{'name': 'Findable.find@ops_translator/ops-translator/util.py', 'description': 'Returns matching class\n\nParameters\n----------\nkey : T (key types)\n key to search registered instances.\n\nReturns\n-------\nOptional["Findables"]\n Returns next registered instance matches with the key or returns\n None.', 'si... | 0 |
{'name': 'QueueManager.backout@code/pymqi/__init__.py', 'description': 'Backout any outstanding gets/puts in the current unit of work.\n ', 'signature': 'def backout(self):'}</s>MQFB_IMS_LAST = 399 | 0 |
{'name': 'main_cloud_classifier@scripts/cloud_classifier.py', 'description': 'Main script to train and evaluate cloud classification methods. \n\nArgs: \n data_dir - (str) the directory where the cloud data is\n data_fname - (str) the csv filename that contains the cloud data\n to be used for training a... | 0 |
{'name': 'ParserElement.addCondition@blockchain-env/lib/python3.7/site-packages/pkg_resources/_vendor/pyparsing.py', 'description': 'Add a boolean predicate function to expression\'s list of parse actions. See \nL{I{setParseAction}<setParseAction>} for function call signatures. Unlike C{setParseAction}, \nfunctions pas... | 0 |
{'name': 'CardPredictor.img_first_pre@lib/img_function.py', 'description': ':param car_pic_file: 图像文件\n:return:已经处理好的图像文件 原图像文件', 'signature': 'def img_first_pre(self, car_pic_file):'}</s>{'name': 'accurate_place@lib/img_math.py', 'description': 'DOCSTRING', 'code': 'def accurate_place(card_img_hsv, limit1, limit2, col... | 0 |
{'name': '_prepare@data_provider/gqn_provider.py', 'description': 'Prepares the preprocessed data into (feature, label) tuples.', 'signature': 'def _prepare(preprocessed_example):'}</s>{'name': 'gqn_input_fn@data_provider/gqn_provider.py', 'description': "Creates a tf.data.Dataset based op that returns data.\n Args:\n... | 0 |
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQOT_SVRCONN_CHANNEL = 1013 | 0 |
{'name': 'merge@linopy/expressions.py', 'description': 'Merge multiple expression together.\n\nThis function is a bit faster than summing over multiple linear expressions.\nIn case a list of LinearExpression with exactly the same shape is passed\nand the dimension to concatenate on is TERM_DIM, the concatenation uses\n... | 1 |
{'name': '_IncludeState.CheckNextIncludeOrder@ament_cpplint/ament_cpplint/cpplint.py', 'description': "Returns a non-empty error message if the next header is out of order.\n\nThis function also updates the internal state to be ready to check\nthe next include.\n\nArgs:\n header_type: One of the _XXX_HEADER constants ... | 0 |
{'name': 'Field.default_factory@pyfields/core.py', 'description': 'Decorator to register the decorated function as the default factory of a field. Any previously registered\ndefault factory will be overridden.\n\nThe decorated function should accept a single argument `(obj/self)`, and should return a value to use as th... | 0 |
{'name': 'MaskedArray.__imul__@venv/Lib/site-packages/numpy/ma/core.py', 'description': 'Multiply self by other in-place.', 'signature': 'def __imul__(self, other):'}</s>{'name': '_replace_dtype_fields_recursive@venv/Lib/site-packages/numpy/ma/core.py', 'description': 'Private function allowing recursion in _replace_dt... | 0 |
{'name': 'QueueManager.connect_tcp_client@code/pymqi/__init__.py', 'description': "Connect immediately to the remote Queue Manager 'name', using\na TCP Client connection, with channnel 'channel' and the\nTCP connection string 'conn_name'. All other connection\noptons come from 'cd'.", 'signature': 'def connect_tcp_clie... | 0 |
{'name': 'BareValidator._validate_max@cerberus/validator.py', 'description': "{'nullable': False }", 'signature': 'def _validate_max(self, max_value, field, value):'}</s>{'name': 'BareValidator@cerberus/validator.py', 'description': "Validator class. Normalizes and/or validates any mapping against a\nvalidation-schema ... | 1 |
{'name': 'TcpServer.request_termination@cli/rpc2socks/utils/tcpserver.py', 'description': "Request this server's own I/O handling thread to leave gracefully.", 'signature': 'def request_termination(self):'}</s>{'name': 'string_to_netaddr_tuple@cli/rpc2socks/utils/tcpserver.py', 'description': 'DOCSTRING', 'code': 'def ... | 0 |
{'name': 'SegWitTest.test_witness_sigops@test/functional/p2p_segwit.py', 'description': 'Ensure sigop counting is correct inside witnesses.', 'signature': 'def test_witness_sigops(self):'}</s>SIGHASH_SINGLE = 3 | 0 |
{'name': 'GuiMain.createGraphs@guiMain.py', 'description': 'Start calculations for existing data and creates graphs', 'signature': 'def createGraphs(self):'}</s>{'name': 'createGanttChart@chartGanttCreator.py', 'description': 'Creates graph in specified aFrame', 'code': 'def createGanttChart(aFrame, aJobsList):\n ""... | 1 |
{'name': 'get_account_name@bin/ec2_instance_ami_report.py', 'description': 'Get the name of the AWS account using the Organizations service.', 'signature': 'def get_account_name(account_id):'}</s>logger = logging.getLogger() | 1 |
{'name': 'AutoUplift._generate_data_depend_uplift_candidates@lightautoml/addons/uplift/base.py', 'description': "Generate uplift candidates.\n\nGenerate new uplift candidates which depend from data.\n\nIf there is imbalance in treatment , adds the simple linear model for smaller stage.\n\nArgs:\n data: Dataset to tr... | 0 |
{'name': 'follow@twitter_to_sqlite/cli.py', 'description': 'Experimental: Follow these Twitter users and save tweets in real-time', 'signature': 'def follow(db_path, identifiers, attach, sql, ids, auth, verbose):'}</s>IGNORE = {"manifest"} | 0 |
{'name': 'QueueManager.connect_with_options@code/pymqi/__init__.py', 'description': "connect_with_options(name [, opts=cnoopts][ ,cd=mqcd][ ,sco=mqsco])\n connect_with_options(name, cd, [sco])\n\nConnect immediately to the Queue Manager 'name', using the\noptional MQCNO Options opts, the optional MQCD connection\ndes... | 0 |
{'name': 'download@ytmdl/core.py', 'description': 'Download the song by using the passed link.\n\nThe song will be saved with the passed title.\nReturn the saved path of the song.', 'signature': 'def download(link, yt_title, args) -> str:'}</s>{'name': 'get_closest_match@ytmdl/stringutils.py', 'description': 'DOCSTRING... | 0 |
{'name': 'PFState._from_struct@pf/state.py', 'description': 'Initialize class attributes from a pfsync_state structure.', 'signature': 'def _from_struct(self, s):'}</s>TCPS_TIME_WAIT = 10 | 0 |
{'name': 'View.__truediv__@src/higlass/api.py', 'description': 'Vertically concatenate two Views.\n\nA convenience method for `hg.vconcat`.\n\nParameters\n----------\nother : View | Viewconf\n The other view or viewconf to combine with.\n\nReturns\n-------\nviewconf : A combined Viewconf', 'signature': 'def __truedi... | 0 |
{'name': 'create_makefiles@python-build-with-qt/sip-4.11.2/configure.py', 'description': 'Create the Makefiles.\n\nmacros is the dictionary of platform specific build macros.', 'signature': 'def create_makefiles(macros):'}</s>plat_py_site_dir = None | 0 |
{'name': 'CScript.raw_iter@test/functional/test_framework/script.py', 'description': 'Raw iteration\n\nYields tuples of (opcode, data, sop_idx) so that the different possible\nPUSHDATA encodings can be accurately distinguished, as well as\ndetermining the exact opcode byte indexes. (sop_idx)', 'signature': 'def raw_ite... | 0 |
{'name': 'dashboard_list_tagged@tessera-server/tessera/views_api.py', 'description': 'Listing for a set of dashboards with a tag applied. Returns just\nthe metadata, not the definitions.', 'signature': 'def dashboard_list_tagged(tag):'}</s>{'name': 'preferences_put@tessera-server/tessera/views_api.py', 'description': '... | 0 |
{'name': 'SSHClient.write_until_expected@src/SSHLibrary/client.py', 'description': "Writes `text` repeatedly in the current shell until the `expected`\nappears in the output or the `timeout` expires.\n\n:param str text: Text to be written. Uses :py:meth:`write_bare`\n internally so no newline character is appended t... | 0 |
{'name': 'Numeral.__rgt__@src/api/python/z3/z3num.py', 'description': 'Return True if `other > self`.\n\n>>> 2 > Numeral(Sqrt(2))\nTrue', 'signature': 'def __rgt__(self, other):'}</s>{'name': 'UGT@src/api/python/z3/z3.py', 'description': "Create the Z3 expression (unsigned) `other > self`.\n\nUse the operator > for sig... | 0 |
{'name': 'MPEServiceCommand.metadata_add_media@snet/cli/commands/mpe_service.py', 'description': 'Metadata: Add new individual media\n\nDetects media type for files to be added on IPFS, explict declaration for external resources.', 'signature': 'def metadata_add_media(self):'}</s>{'name': 'is_valid_url@snet/cli/utils/u... | 0 |
{'name': 'yolo_boxes_and_scores@yolo3/model.py', 'description': 'Process Conv layer output', 'signature': 'def yolo_boxes_and_scores(feats, anchors, attributes, num_seen, num_classes,'}</s>{'name': 'DarknetConv2D_BN_Leaky@yolo3/model.py', 'description': 'Darknet Convolution2D followed by BatchNormalization and LeakyReL... | 0 |
{'name': 'env_perform_reproduce_update@self_organising_systems/biomakerca/env_logic.py', 'description': "Perform reproduce operations in the environment.\n\nThis is the function that should be used for high level step_env design.\n\nArguments:\n key: a jax random number generator.\n env: the input environment to be m... | 0 |
{'name': 'QueueManager.connect_with_options@code/pymqi/__init__.py', 'description': "connect_with_options(name [, opts=cnoopts][ ,cd=mqcd][ ,sco=mqsco])\n connect_with_options(name, cd, [sco])\n\nConnect immediately to the Queue Manager 'name', using the\noptional MQCNO Options opts, the optional MQCD connection\ndes... | 0 |
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQRC_CHANNEL_NOT_AVAILABLE = 2537 | 0 |
{'name': 'update_amount_screen@displays/papiruszero2in.py', 'description': 'Update the amount screen to reflect new coins inserted\n ', 'signature': 'def update_amount_screen():'}</s>qr_request_2 = "your invoice in" | 0 |
{'name': '_summary@python/DisplayTests.py', 'description': 'Display a summary of a build.\n\nReturns a string representing part of a webpage.', 'signature': 'def _summary(req, type, revision, machine=None, buildType=None, timestamp=None):'}</s>{'name': '_importBuildTypesModule@python/DisplayTests.py', 'description': 'U... | 1 |
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQCRC_MQ_API_ERROR = 2 | 0 |
{'name': 'Application.create_widgets@spatialmedia/gui.py', 'description': 'Sets up GUI contents.', 'signature': 'def create_widgets(self):'}</s>{'name': 'mpeg4_add_stereo@spatialmedia/metadata_utils.py', 'description': 'Adds stereo-mode metadata to the first video track of the input\n mpeg4_file. Returns False on fai... | 0 |
{'name': 'Topic.__init__@code/pymqi/__init__.py', 'description': "Associate a Topic instance with the QueueManager object 'queue_manager'\nand optionally open the Topic.\n\nIf topic_desc is passed ignore topic_string and topic_name.\n\nIf open_opts is passed, it specifies topic open options, and\nthe topic is opened im... | 0 |
{'name': 'workspace_users_ls@toggl/cli/commands.py', 'description': 'Lists all users in current workspace and some related information.\n\nID of entries are ID of Workspace User and not User entity!', 'signature': 'def workspace_users_ls(ctx, fields):'}</s>{'name': 'entry_rm@toggl/cli/commands.py', 'description': 'Dele... | 0 |
{'name': 'excape@spider/utils/tools.py', 'description': '转译', 'signature': 'def excape(str):'}</s>{'name': 'get_json_value@spider/utils/tools.py', 'description': "@summary:\n---------\n@param json_object: json对象或json格式的字符串\n@param key: 建值 如果在多个层级目录下 可写 key1.key2 如{'key1':{'key2':3}}\n---------\n@result: 返回对应的值,如果没有,返回... | 0 |
{'name': 'on_shutdown_pi@src/server/server.py', 'description': 'Shutdown the raspberry pi.', 'signature': 'def on_shutdown_pi(*args):'}</s>{'name': 'on_LED_solid@src/server/server.py', 'description': 'LED Solid Color', 'code': 'def on_LED_solid(data):\n \'\'\'LED Solid Color\'\'\'\n if \'off\' in data and data[\'... | 0 |
{'name': 'SingleSubjectWindow.CB_line_text@src/python_scripts/afnipy/gui_uber_subj.py', 'description': 'call-back for text updates in the level 3 gbox', 'signature': 'def CB_line_text(self):'}</s>{'name': 'GetSelectionFromList@src/python_scripts/afnipy/afni_base.py', 'description': 'DOCSTRING', 'code': 'def GetSelectio... | 0 |
{'name': 'test_put_get_delete_bucket_domain_certificate@ut/test.py', 'description': '测试设置获取删除bucket自定义域名证书', 'signature': 'def test_put_get_delete_bucket_domain_certificate():'}</s>{'name': 'CredentialDemo@ut/test.py', 'description': 'DOCSTRING', 'base_classes': [], 'methods': [{'name': 'CredentialDemo.secret_id@ut/tes... | 0 |
{'name': 'PPOTrainer._eval_checkpoint@ss_baselines/savi/ppo/ppo_trainer.py', 'description': 'Evaluates a single checkpoint.\n\nArgs:\n checkpoint_path: path of checkpoint\n writer: tensorboard writer object for logging to tensorboard\n checkpoint_index: index of cur checkpoint for logging\n\nReturns:\n None... | 0 |
{'name': 'Device._buildReadRegisterPacket@src/LabJackPython.py', 'description': 'self._buildReadRegisterPacket(addr, numReg)\n\nBuilds a raw modbus "Read Register" packet to be written to a device\n\nReturns a tuple:\n(<Packet as a list>, <number of bytes to read>)', 'signature': 'def _buildReadRegisterPacket(self, add... | 0 |
{'name': 'Client.get_partitions_ps_with_auth@runner/tez/apache-hive-0.13.0.2.1.0.0-92-bin/lib/py/hive_metastore/ThriftHiveMetastore.py', 'description': 'Parameters:\n - db_name\n - tbl_name\n - part_vals\n - max_parts\n - user_name\n - group_names', 'signature': 'def get_partitions_ps_with_auth(self, db_name, tbl_name,... | 0 |
{'name': 'processPEreads@amptk/process_illumina_folder.py', 'description': 'function for multiprocessing of the data, so take file list as input, need global forward/reverse list available', 'signature': 'def processPEreads(input, args=False):'}</s>{'name': 'findRevPrimer@amptk/amptklib.py', 'description': 'DOCSTRING',... | 0 |
{'name': 'GenericMeta.__new__@vendor/typing.py', 'description': 'Create a new generic class. GenericMeta.__new__ accepts\nkeyword arguments that are used for internal bookkeeping, therefore\nan override should pass unused keyword arguments to super().', 'signature': 'def __new__(cls, name, bases, namespace,'}</s>{'name... | 0 |
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQRC_INSTALLATION_MISSING = 2589 | 0 |
{'name': 'PandasSpecialEngine.table_exists@pangres/engine.py', 'description': 'Returns True if the table defined in given instance\nof PandasSpecialEngine exists else returns False.', 'signature': 'def table_exists(self, connection: Union[Connection, None] = None) -> bool:'}</s>{'name': 'UnnamedIndexLevelsException@pan... | 0 |
{'name': 'delete_images@django_ckeditor_5/signals.py', 'description': 'Deletes images from disk based on the provided paths.', 'signature': 'def delete_images(storage, image_paths):'}</s>{'name': 'cleanup_unused_ckeditor_images_on_update@django_ckeditor_5/signals.py', 'description': "Removes unused images when an objec... | 0 |
{'name': 'pspnet.load_pretrained_model@ptsemseg/models/pspnet.py', 'description': 'Load weights from caffemodel w/o caffe dependency\nand plug them in corresponding modules', 'signature': 'def load_pretrained_model(self, model_path):'}</s>MatWriteParameter = _reflection.GeneratedProtocolMessageType('MatWriteParameter',... | 0 |
{'name': 'DeepGP.predict@deepgp/models/model.py', 'description': 'Make a prediction from the deep Gaussian process model for a given input', 'signature': 'def predict(self, Xnew, full_cov=False, Y_metadata=None, kern=None):'}</s>{'name': 'DeepGP@deepgp/models/model.py', 'description': 'Deep Gaussian process model. \nTo... | 1 |
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQRC_CORREL_ID_ERROR = 2207 | 0 |
{'name': 'skew@pymeteo/skewt.py', 'description': 'Puts the skew in skew-T\n\n:parameter p: pressure level of the point.\n\nThis calculates the skew of the T axis for a point to plot. \nThis assumes a logarithmic y axes and uses the variable\n:py:data:skew_angle to determine the skew. This is the \nmagic that turns a ... | 0 |
{'name': 'isa_c@riscvmodel/isa.py', 'description': 'Decorator for the instructions. The decorator contains the static information for the\ninstructions, in particular the encoding parameters and the assembler mnemonic.\n\n:param mnemonic: Assembler mnemonic\n:return: Wrapper class that overwrites the actual definition ... | 0 |
{'name': 'common_main@tools/warn/warn_common.py', 'description': 'Shared main function for Google3 and non-Google3 versions of warn.py.', 'signature': 'def common_main(use_google3, create_launch_subprocs_fn, classify_warnings_fn,'}</s>{'name': 'generate_android_cs_link@tools/warn/warn_common.py', 'description': 'Genera... | 0 |
{'name': 'CheckHeaderFileIncluded@tools/cpplint.py', 'description': 'Logs an error if a source file does not include its header.', 'signature': 'def CheckHeaderFileIncluded(filename, include_state, error):'}</s>{'name': '_SetCountingStyle@tools/cpplint.py', 'description': "Sets the module's counting options.", 'code': ... | 0 |
{'name': 'QueueManager.backout@code/pymqi/__init__.py', 'description': 'Backout any outstanding gets/puts in the current unit of work.\n ', 'signature': 'def backout(self):'}</s>MQRC_OPTIONS_ERROR = 2046 | 0 |
{'name': 'MaxPoolDark.forward@YOLOv4/darknet.py', 'description': 'darknet output_size = (input_size + p - k) / s +1\np : padding = k - 1\nk : size\ns : stride\ntorch output_size = (input_size + 2*p -k) / s +1\np : padding = k//2', 'signature': 'def forward(self, x):'}</s>{'name': 'EmptyModule@YOLOv4/darknet.py', 'descr... | 0 |
{'name': 'is_arch_supported@python/taichi/lang/misc.py', 'description': 'Checks whether an arch is supported on the machine.\n\nArgs:\n arch (taichi_python.Arch): Specified arch.\n\nReturns:\n bool: Whether `arch` is supported on the machine.', 'signature': 'def is_arch_supported(arch):'}</s>jk = axes(1, 2) | 0 |
{'name': 'Structure.show@msldap/external/bloodhoundpy/lib/cstruct.py', 'description': 'Pretty print this structure.', 'signature': 'def show(self, indent=0):'}</s>COLOR_GREEN = "[1;32m" | 0 |
{'name': 'QueueManager._is_connected@code/pymqi/__init__.py', 'description': "Try pinging the queue manager in order to see whether the application\nis connected to it. Note that the method is merely a convienece wrapper\naround MQCMD_PING_Q_MGR, in particular, there's still possibility that\nthe app will disconnect be... | 0 |
{'name': 'AdbDevice._filesync_read@adb_shell/adb_device.py', 'description': 'Read ADB messages and return FileSync packets.\n\nParameters\n----------\nexpected_ids : tuple[bytes]\n If the received header ID is not in ``expected_ids``, an exception will be raised\nadb_info : _AdbTransactionInfo\n Info and settings... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.