text
string
label
int64
{'name': '_default_value@swagger_to/py_client.py', 'description': 'Determine the default value of the given type definition.\n\n:param typedef: type definition in Python representation.\n:return: Python code', 'signature': 'def _default_value(typedef: Typedef) -> str:'}</s>{'name': 'Response@swagger_to/intermediate.py'...
0
{'name': 'CScript.GetSigOpCount@qa/rpc-tests/test_framework/script.py', 'description': 'Get the SigOp count.\n\nfAccurate - Accurately count CHECKMULTISIG, see BIP16 for details.\n\nNote that this is consensus-critical.', 'signature': 'def GetSigOpCount(self, fAccurate):'}</s>MAX_SCRIPT_ELEMENT_SIZE = 520
0
{'name': 'PhysicsOracle.__call__@python-sdk/nuscenes/prediction/models/physics.py', 'description': 'Makes prediction.\n:param token: string of format {instance_token}_{sample_token}.', 'signature': 'def __call__(self, token) -> Prediction:'}</s>{'name': '_constant_speed_and_yaw_rate@python-sdk/nuscenes/prediction/model...
1
{'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': 'condition@altair/vegalite/v3/api.py', 'description': 'A conditional attribute or encoding\n\nParameters\n----------\npredicate: Selection, LogicalOperandPredicate, expr.Expression, dict, or string\n the selection predicate or test predicate for the condition.\n if a string is passed, it will be treated ...
0
{'name': 'request_get_body@wrappers/python/indy_vdr/bindings.py', 'description': 'Get the canonical signature input for a prepared request.', 'signature': 'def request_get_body(handle: RequestHandle) -> str:'}</s>{'name': 'VdrErrorCode@wrappers/python/indy_vdr/error.py', 'description': 'DOCSTRING', 'base_classes': ['In...
0
{'name': 'pytest_fixture_setup@pytest_asyncio/plugin.py', 'description': 'Adjust the event loop policy when an event loop is produced.', 'signature': 'def pytest_fixture_setup('}</s>{'name': '_is_pytest_asyncio_loop@pytest_asyncio/plugin.py', 'description': 'DOCSTRING', 'code': 'def _is_pytest_asyncio_loop(loop: Abstra...
1
{'name': 'quat2mat@inverse_warp.py', 'description': 'Convert quaternion coefficients to rotation matrix.\n\nArgs:\n quat: first three coeff of quaternion of rotation. fourht is then computed to have a norm of 1 -- size = [B, 3]\nReturns:\n Rotation matrix corresponding to the quaternion -- size = [B, 3, 3]', 'sig...
0
{'name': 'geticmptypebynumber@pf/_utils.py', 'description': 'Return the ICMP type as a string.', 'signature': 'def geticmptypebynumber(type, af):'}</s>PF_OSFP_NOMATCH = -2
0
{'name': '_conj_actions@tulip/synth.py', 'description': 'Conjunction of multiple action types.\n\nIncludes solver expression substitution.\nSee also `_conj_action`.', 'signature': 'def _conj_actions('}</s>{'name': 'map_ap_to_states@tulip/synth.py', 'description': "For each proposition find the states labeled with it.\n...
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': 'test_put_get_delete_replication@ut/test.py', 'description': '设置、获取、删除跨园区复制配置', 'signature': 'def test_put_get_delete_replication():'}</s>{'name': 'test_ci_ocr_process@ut/test.py', 'description': 'DOCSTRING', 'code': 'def test_ci_ocr_process():\n if TEST_CI != \'true\':\n return\n\n """通用文字识别"""\n...
0
{'name': 'run@3rdparty/mongo-c-driver-1.26.2/build/bottle.py', 'description': 'Start a server instance. This method blocks until the server terminates.\n\n:param app: WSGI application or target string supported by\n :func:`load_app`. (default: :func:`default_app`)\n:param server: Server adapter to use. See :data:...
0
{'name': 'PytestAsyncioFunction._can_substitute@pytest_asyncio/plugin.py', 'description': 'Returns whether the specified function can be replaced by this class', 'signature': 'def _can_substitute(item: Function) -> bool:'}</s>{'name': 'pytest_configure@pytest_asyncio/plugin.py', 'description': 'DOCSTRING', 'code': 'def...
0
{'name': 'KeyValueStore.transaction@skein/kv.py', 'description': "An atomic transaction on the key-value store.\n\nParameters\n----------\nconditions : Condition or sequence of Conditions, optional\n A sequence of conditions to evaluate together. The conditional\n expression succeeds if all conditions evaluate to...
0
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQCMDL_LEVEL_750 = 750
0
{'name': 'IoManager._get_responses_list@pygdbmi/IoManager.py', 'description': 'Get parsed response list from string output\nArgs:\n raw_output (unicode): gdb output to parse\n stream (str): either stdout or stderr', 'signature': 'def _get_responses_list('}</s>{'name': '_extract_payload@pygdbmi/gdbmiparser.py', 'd...
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>frombuffer = _convert2ma('frombuffer')
0
{'name': 'make_visit_mosaic@grizli/aws/visit_processor.py', 'description': "Make a mosaic of the exposures from a visit with a tangent point selected\nfrom the sky tile grid\n\nParameters\n----------\nassoc : str\n grizli association name\n\nbase_path : str\n Base working directory. Working directory will be\n ...
0
{'name': 'find_workday@chinese_calendar/utils.py', 'description': 'find the workday after {delta_days} days.\n\n:type delta_days: int\n:param delta_days: 0 means next workday (includes today), -1 means previous workday.\n:type date: datetime.date | datetime.datetime\n:param: the start point\n:rtype: datetime.date', 'si...
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': 'is_zipf@src/package-py/09/zipfpy/check.py', 'description': 'Tests if a histogram of counts follows a Zipf distribution.\n\nGiven a list of counts as hist, assumed sorted in decreasing order,\nand a relative error tolerance (if not provided, the default value\nzipfpy.RELATIVE_ERROR is used), tests to see if th...
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>MQIAMO_INQS_FAILED = 752
0
{'name': 'set_key_value@tools/ble_sniffer/extcap/nrf_sniffer_ble.py', 'description': 'Send key value to device', 'signature': 'def set_key_value(sniffer, payload):'}</s>CTRL_CMD_STATUSBAR = 6
0
{'name': 'XExtractParser.find_correction@linguee_api/parsers.py', 'description': 'Find the correction for a NOT FOUND page.', 'signature': 'def find_correction(self, page_html: str) -> Optional[str]:'}</s>{'name': 'Autocompletions@linguee_api/models.py', 'description': 'The root structure of the API response for auto-c...
0
{'name': 'FormatCode@tools/yapf/yapf/yapflib/yapf_api.py', 'description': 'Format a string of Python code.\n\nThis provides an alternative entry point to YAPF.\n\nArguments:\n unformatted_source: (unicode) The code to format.\n filename: (unicode) The name of the file being reformatted.\n remaining arguments: see co...
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': 'DatatypeRef@src/api/python/z3/z3.py', 'description': 'Datatype expressions.', 'base_classes': ['ExprRef'], 'methods': [{'name...
0
{'name': 'process_log@tools/warn/warn_common.py', 'description': 'Function that handles processing of a log.\n\nThis is isolated into its own function (rather than just taking place in main)\nso that it can be used by both warn.py and the borg job process_gs_logs.py, to\navoid duplication of code.\nNote that if the arg...
0
{'name': 'GefCommand.load_extra_plugins@gef.py', 'description': 'Load the plugins from the gef-extras setting. Returns the number of new plugins added.', 'signature': 'def load_extra_plugins(self, extra_plugins_dir: pathlib.Path | None = None) -> int:'}</s>VERTICAL_LINE = "│"
0
{'name': 'control_read_initial_values@tools/ble_sniffer/extcap/nrf_sniffer_ble.py', 'description': 'Read initial control values', 'signature': 'def control_read_initial_values(sniffer):'}</s>{'name': 'list_serial_ports@tools/ble_sniffer/extcap/SnifferAPI/UART.py', 'description': 'DOCSTRING', 'code': 'def list_serial_po...
0
{'name': 'Architecture.__get_register@gef.py', 'description': "Return a register's value.", 'signature': 'def __get_register(self, regname: str) -> int:'}</s>GEF_TEMP_DIR = pathlib.Path(tempfile.gettempdir())/ "gef"
0
{'name': 'RemoteTest.fill_default_arguments@tests/run_all_tests.py', 'description': 'Fills in default arguments for the RemoteTest object.\n\nThis method fills in default arguments for the RemoteTest object based\non the specified test name. It sets default values for test name filters,\nMinIO configurations, Google te...
0
{'name': 'plot_cum_error_dist@nelpy/plotting/decoding.py', 'description': 'Plot (and optionally compute) the cumulative distribution of\ndecoding errors, evaluated using a cross-validation procedure.\n\nSee Fig 3.(b) of "Analysis of Hippocampal Memory Replay Using Neural\n Population Decoding", Fabian Kloosterman, 2...
0
{'name': 'suggest_attribute_alternative@didyoumean/didyoumean_internal.py', 'description': 'Suggest alternative to the non-found attribute.', 'signature': 'def suggest_attribute_alternative(attribute, type_str, attributes):'}</s>{'name': 'get_suggestion_string@didyoumean/didyoumean_internal.py', 'description': 'Return ...
0
{'name': 'RedisDB.__init__@spider/db/redisdb.py', 'description': 'redis的封装\nArgs:\n ip_ports: ip:port 多个可写为列表或者逗号隔开 如 ip1:port1,ip2:port2 或 ["ip1:port1", "ip2:port2"]\n db:\n user_pass:\n url:\n decode_responses:\n service_name: 适用于redis哨兵模式', 'signature': 'def __init__('}</s>MYSQL_PORT = int(os.geten...
0
{'name': 'SOCAInstall.network@installer/resources/src/cdk_construct.py', 'description': 'Create a VPC with 3 public and 3 private subnets.\nTo save IP space, public subnets have a smaller range compared to private subnets (where we deploy compute node)\n\nExample: vpc_cidr: 10.0.0.0/17 --> vpc_cidr_prefix_bits = 17\npu...
0
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQIA_OUTBOUND_PORT_MIN = 110
0
{'name': 'AmharicLocale.describe@arrow/locales.py', 'description': 'Describes a delta within a timeframe in plain language.\n\n:param timeframe: a string representing a timeframe.\n:param delta: a quantity representing a delta in a timeframe.\n:param only_distance: return only distance eg: "11 seconds" without "in" or ...
0
{'name': 'get_frame@asynq/debug.py', 'description': 'Given a generator, returns its current frame.', 'signature': 'def get_frame(generator):'}</s>{'name': 'enable_complex_assertions@asynq/debug.py', 'description': 'DOCSTRING', 'code': 'def enable_complex_assertions(enable=True):\n old = options.ENABLE_COMPLEX_ASSERT...
0
{'name': '_SignBootableImage@tools/releasetools/common.py', 'description': "Performs AVB signing for a prebuilt boot.img.\n\nArgs:\n image_path: The full path of the image, e.g., /path/to/boot.img.\n prebuilt_name: The prebuilt image name, e.g., boot.img, boot-5.4-gz.img,\n boot-5.10.img, recovery.img or init_bo...
0
{'name': 'prepare_models@models/utils.py', 'description': 'Train models based on the dataset split information and save their metadata.\n\nArgs:\n log_dir (str): Path to the directory where model logs and metadata will be saved.\n dataset (torchvision.datasets): Dataset object used for training.\n data_split_i...
0
{'name': '_LowLevelParser.getExpressionParts@Cheetah/Parser.py', 'description': 'Get a Cheetah expression that includes $CheetahVars and break at\ndirective end tokens, the end of an enclosure, or at a specified\npyToken.', 'signature': 'def getExpressionParts(self,'}</s>{'name': 'nongroup@Cheetah/Parser.py', 'descript...
0
{'name': 'get_batch_id@list_metrics/main.py', 'description': 'Generate a unique id to use across the batches to uniquely identify each one', 'signature': 'def get_batch_id():'}</s>{'name': 'receive_messages_handler@list_metrics/main.py', 'description': 'Handle the Pub/Sub push messages\nValidate the input and then proc...
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>SOURCE_DISPLAYED_CORRECTLY = "Source code displayed correctly"
0
{'name': 'NewDatabase.update@premise/new_database.py', 'description': 'Update a specific sector by name.', 'signature': 'def update(self, sectors: [str, list, None] = None) -> None:'}</s>{'name': 'eidb_label@premise/utils.py', 'description': 'Return a label to name a scenario.\n:param model: IAM model\n:param scenario:...
0
{'name': '_makeTags@venv/Lib/site-packages/pip-19.0.3-py3.6.egg/pip/_vendor/pyparsing.py', 'description': 'Internal helper to construct opening and closing tag expressions, given a tag name', 'signature': 'def _makeTags(tagStr, xml):'}</s>{'name': 'LineStart@venv/Lib/site-packages/pip-19.0.3-py3.6.egg/pip/_vendor/pypar...
0
{'name': 'QueryXpathCommand.cache_context_nodes@xpath.py', 'description': 'Cache context nodes to allow live mode to work with them.', 'signature': 'def cache_context_nodes(self):'}</s>xml_elements = {}
0
{'name': 'model_init@analyze.py', 'description': 'init model\n\ninit model for template matching\n\nArgs:\n video_type (int): movie resolution type\n\nReturns:', 'signature': 'def model_init(video_type):'}</s>{'name': 'get_youtube_id@analyze.py', 'description': 'get youtube id from url\n\nif youtube id exist, pick u...
0
{'name': 'TranslationFromPretrainedBARTTask.load_dataset@fairseq/tasks/translation_from_pretrained_bart.py', 'description': 'Load a given dataset split.\n\nArgs:\n split (str): name of the split (e.g., train, valid, test)', 'signature': 'def load_dataset(self, split, epoch=1, combine=False, **kwargs):'}</s>{'name': ...
1
{'name': 'inform_user@python-build-with-qt/PyQt-x11-gpl-4.8/configure.py', 'description': 'Tell the user the option values that are going to be used.\n ', 'signature': 'def inform_user():'}</s>qt_dir = None
0
{'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': 'IgmpLib.packet_in_handler@multiple/ilib.py', 'description': 'PacketIn event handler. when the received packet was IGMP,\nproceed it. otherwise, send a event.', 'signature': 'def packet_in_handler(self, evt):'}</s>{'name': 'IgmpLib@multiple/ilib.py', 'description': 'IGMP snooping library.', 'base_classes': ['a...
1
{'name': 'iou_score@pytorch/detector/detectors/yolov2_slim/tools.py', 'description': 'bbox_1 : [B*N, 4] = [x1, y1, x2, y2]\nbbox_2 : [B*N, 4] = [x1, y1, x2, y2]', 'signature': 'def iou_score(bboxes_a, bboxes_b):'}</s>{'name': 'compute_iou@pytorch/detector/detectors/yolov2_slim/tools.py', 'description': 'Input:\n anc...
0
{'name': 'apply@tools/cloud_functions/gcs_event_based_ingest/gcs_ocn_bq_ingest/common/utils.py', 'description': 'Apply an incremental batch to the target BigQuery table via an asynchronous\nload job or external query.\n\nArgs:\n gcs_client: storage.Client\n bq_client: bigquery.Client\n success_blob: storage.Bl...
0
{'name': 'MessageSender.send@uamqp/sender.py', 'description': 'Add a single message to the internal pending queue to be processed\nby the Connection without waiting for it to be sent.\n\n:param message: The message to send.\n:type message: ~uamqp.message.Message\n:param callback: The callback to be run once a dispositi...
0
{'name': 'GeoDataset.set_roi@salem/datasets.py', 'description': "Set a region of interest for the dataset.\nIf set succesfully, a ROI is simply a mask of the same size as the\ndataset's grid, obtained with the .roi attribute.\nI haven't decided yet if the data should be masekd out when a ROI\nhas been set.\nParameters\...
0
{'name': 'Device.close@src/LabJackPython.py', 'description': 'close()\n\nCloses the device.\n\nOn Windows, this method only sets the device handle to None but does\nnot close the device. Instead use the Close function from the\nLabJackPython module which closes all devices in the program, and is\nthe only device close ...
0
{'name': 'CScriptOp.decode_op_n@test/functional/test_framework/script.py', 'description': 'Decode a small integer opcode, returning an integer', 'signature': 'def decode_op_n(self):'}</s>OP_1NEGATE = CScriptOp(0x4f)
0
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQCMD_COPY_SUBSCRIPTION = 181
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': 'ProcessLine@third_party/cpplint/cpplint.py', 'description': 'Processes a single line in the file.\n\nArgs:\n filename: Filename of the file that is being processed.\n file_extension: The extension (dot not included) of the file.\n clean_lines: An array of strings, each representing a line of the file,\n ...
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': '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': 'make_visit_mosaic@grizli/aws/visit_processor.py', 'description': "Make a mosaic of the exposures from a visit with a tangent point selected\nfrom the sky tile grid\n\nParameters\n----------\nassoc : str\n grizli association name\n\nbase_path : str\n Base working directory. Working directory will be\n ...
0
{'name': 'BuilderBase.check_test_state@buildtest/builders/base.py', 'description': 'This method is responsible for detecting state of test (PASS/FAIL) based on returncode or regular expression.', 'signature': 'def check_test_state(self):'}</s>{'name': 'print_content@buildtest/utils/print.py', 'description': 'This metho...
0
{'name': 'Simplifier.using_params@src/api/python/z3/z3.py', 'description': 'Return a simplifier that uses the given configuration options', 'signature': 'def using_params(self, *args, **keys):'}</s>{'name': 'is_le@src/api/python/z3/z3.py', 'description': "Return `True` if `a` is an expression of the form b <= c.\n\n>>>...
0
{'name': 'ITypeComp.Bind@comtypes/typeinfo.py', 'description': 'Bind to a name', 'signature': 'def Bind('}</s>{'name': 'LoadTypeLibEx@comtypes/typeinfo.py', 'description': 'Load, and optionally register a type library file', 'code': 'def LoadTypeLibEx(szFile: str, regkind: int = REGKIND_NONE) -> ITypeLib:\n """Load,...
0
{'name': 'create_nerf@run_nerf.py', 'description': "Instantiate NeRF's MLP model.", 'signature': 'def create_nerf(args):'}</s>config = tf.ConfigProto()
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': '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': 'Validator.__init__@scopy/ScoPretreat/pretreatutil.py', 'description': 'Initialize a Validator with the following parameters:\n\n:param validations: A list of Validations to apply (default: :data:`~molvs.validations.VALIDATIONS`).\n:param string log_format: A string format (default: :data:`~molvs.validate.SIMP...
0
{'name': 'is_valid_label@kubespawner/slugs.py', 'description': 'is_valid check for label values', 'signature': 'def is_valid_label(s):'}</s>_escape_slug_safe_chars = set(string.ascii_lowercase + string.digits)
0
{'name': 'BugSystem.open_bugs@Empire/bugsystems/base.py', 'description': 'Returns open p0/p1/p2 bugs ', 'signature': 'def open_bugs(self,p0=True,p1=True,p2=True):'}</s>{'name': 'Bug@Empire/bugsystems/base.py', 'description': 'DOCSTRING', 'base_classes': ['object'], 'methods': [{'name': 'Bug.__init__@Empire/bugsystems/b...
0
{'name': 'diff_one@peewee_migrate/auto.py', 'description': 'Find difference between given peewee models.', 'signature': 'def diff_one(model1: TModelType, model2: TModelType, **kwargs) -> List[str]: # noqa: C901'}</s>{'name': 'Column@peewee_migrate/auto.py', 'description': "Get field's migration parameters.", 'base_cla...
0
{'name': 'TreeAnc.tree@treetime/treeanc.py', 'description': 'assigns a tree to the internal self._tree variable. The tree is either\nloaded from file (if in_tree is str) or assigned (if in_tree is a Phylo.tree)', 'signature': 'def tree(self, in_tree):'}</s>N_INTEGRAL_ROUGH = 60
0
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQOP_START = 1
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': 'QueueManager.backout@code/pymqi/__init__.py', 'description': 'Backout any outstanding gets/puts in the current unit of work.\n ', 'signature': 'def backout(self):'}</s>MQWQR_STRUC_ID = b'WQR '
0
{'name': 'losslessTrim@amptk/amptklib.py', 'description': 'function to trim primers if found from SE reads\nand then trim/pad to a set length', 'signature': 'def losslessTrim(input, fwdprimer, revprimer, mismatch, trimLen, padding, minlength, output):'}</s>{'name': 'Fzip@amptk/amptklib.py', 'description': 'function to ...
0
{'name': 'read_frames@Monika After Story/game/python-packages/mutagen/id3/_tags.py', 'description': 'Does not error out', 'signature': 'def read_frames(id3, data, frames):'}</s>{'name': 'unsynch@Monika After Story/game/python-packages/mutagen/id3/_util.py', 'description': 'DOCSTRING', 'base_classes': ['object'], 'metho...
1
{'name': 'TBDeviceMqttClient.send_attributes@tb_device_mqtt.py', 'description': 'Send attributes to ThingsBoard. The attributes can be a single dictionary or a list of dictionaries.', 'signature': 'def send_attributes(self, attributes, quality_of_service=None, wait_for_publish=True):'}</s>{'name': 'check_tb_paho_mqtt_i...
0
{'name': 'process_direct_grism_visit@grizli/prep.py', 'description': 'Full processing of a direct (+grism) image visit.\n\nParameters\n----------\ndirect : dict\n Dictionary with keys \'files\' and \'product\' for the direct images.\n\ngrism : dict\n Dictionary with keys \'files\' and \'product\' for the grism im...
0
{'name': 'proxy_config@benchmarks/dynamic_config_envoy_proxy.py', 'description': 'Yield the stock Envoy proxy configuration.', 'signature': 'def proxy_config() -> Generator[str, None, None]:'}</s>{'name': 'NighthawkException@test/integration/common.py', 'description': "Base exception class for Nighthawk's python code."...
0
{'name': 'is_vc@juniper_official/Chassis/netsvc.py', 'description': 'determines whether an fpc is running in enhanced mode\nArgs:\n dev(obj): pyez connection to device\n re_info(obj): get_route_engine_information() rpc output\nReturns:\n ret(bool): True if chassis is part of a VC\n vcm(list): which member i...
0
{'name': 'CheckForNonConstReference@third_party/cpplint/cpplint.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 instance conta...
0
{'name': 'debug_repr@aiohttp_debugtoolbar/tbtools/repr.py', 'description': 'Creates a debug repr of an object as HTML unicode string.', 'signature': 'def debug_repr(obj):'}</s>helper = _Helper()
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': 'write_voc_results_file@libs/val_libs/voc_eval.py', 'description': ':param all_boxes: is a list. each item reprensent the detections of a img.\nthe detections is a array. shape is [-1, 6]. [category, score, xmin, ymin, xmax, ymax]\nNote that: if none detections in this img. that the detetions is : []\n\n:param...
0
{'name': 'Analyzer.value@sqf/analyzer.py', 'description': 'Given a single token, recursively evaluates and returns its value', 'signature': 'def value(self, token, namespace_name=None):'}</s>{'name': 'UnaryExpression@sqf/expressions.py', 'description': 'DOCSTRING', 'base_classes': ['Expression'], 'methods': [{'name': '...
0
{'name': 'SectionHeader.new_member@pcapng/blocks.py', 'description': "Helper method to create a block that's a member of this section", 'signature': 'def new_member(self, cls, **kwargs):'}</s>LINKTYPE_CISCO_IOS = 118
0
{'name': 'resolve_rpc_at_end_of_request@src/supporting-files/lock_util.py', 'description': "Call get_result() on this rpc at the end of the current request.\n\nThere's nothing to do this automatically. So if you have an RPC\nthat can take all request long, but you want to make sure finishes\nbefore this request does, ...
0
{'name': 'serialise_key@amulet_map_editor/api/wx/util/key_config.py', 'description': 'Get the serialised version of the key that was pressed/released.', 'signature': 'def serialise_key(evt: Union[wx.KeyEvent, wx.MouseEvent]) -> Optional[KeyType]:'}</s>MouseRight = "MOUSE_RIGHT"
0
{'name': 'fpToFP@src/api/python/z3/z3.py', 'description': 'Create a Z3 floating-point conversion expression from other term sorts\nto floating-point.\n\nFrom a bit-vector term in IEEE 754-2008 format:\n>>> x = FPVal(1.0, Float32())\n>>> x_bv = fpToIEEEBV(x)\n>>> simplify(fpToFP(x_bv, Float32()))\n1\n\nFrom a floating-p...
0
{'name': 'get_source_htmlpage@scripts/Facebook_Scrapper/facebook_scraper.py', 'description': 'Start the program and handle command line options', 'signature': 'def get_source_htmlpage(options):'}</s>{'name': 'get_login_data_from_file@scripts/Facebook_Scrapper/facebook_scraper.py', 'description': 'DOCSTRING', 'code': 'd...
1
{'name': 'PCFExecute.__init__@code/pymqi/__init__.py', 'description': "PCFExecute(name = '')\n\nConnect to the Queue Manager 'name' (default value '') ready\nfor a PCF command. If name is a QueueManager instance, it is\nused for the connection, otherwise a new connection is made ", 'signature': 'def __init__(self, name...
0
{'name': 'TestDecode.testDecodeBadUTF8@src/tests/testXmlEncodingDecode.py', 'description': 'Ensure bad UTF-8 is flagged as such, but still decoded.', 'signature': 'def testDecodeBadUTF8(self):'}</s>{'name': 'ValidCloud@src/feedvalidator/logging.py', 'description': 'DOCSTRING', 'base_classes': ['Success'], 'methods': []...
0
{'name': 'ResnetGenerator.__init__@upit/models/junyanz.py', 'description': 'Construct a Resnet-based generator\n\nParameters:\n input_nc (int) -- the number of channels in input images\n output_nc (int) -- the number of channels in output images\n ngf (int) -- the number of filters in the la...
0
{'name': 'IUCoordinator.service_call@custom_components/irrigation_unlimited/irrigation_unlimited.py', 'description': 'Entry point for all service calls.', 'signature': 'def service_call('}</s>CONF_STATES = "states"
0
{'name': 'EquivarianceMetric.compute_equivariance_diff@metrics/equivariance.py', 'description': 'Computes the equivariance difference with the generator.', 'signature': 'def compute_equivariance_diff(self, generator, generator_kwargs):'}</s>{'name': 'filter2d@third_party/stylegan3_official_ops/upfirdn2d.py', 'descripti...
0
{'name': 'MidiStatus.get_columns@robopianist/viewer/application.py', 'description': 'Returns the text to display in two columns.', 'signature': 'def get_columns(self):'}</s>_RUNTIME_STOPPED_LABEL = "EPISODE TERMINATED - hit backspace to restart"
0