text
string
label
int64
{'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': 'Paragraph.breakLines@xhtml2pdf/reportlab_paragraph.py', 'description': 'Returns a broken line structure. There are two cases.\n\nA) For the simple case of a single formatting input fragment the output is\n A fragment specifier with\n - kind = 0\n - fontName, fontSize, leading, textColor\n ...
1
{'name': 'extract_kalman_boxes@lib/rpn_util.py', 'description': 'Test the KITTI framework for object detection in 3D', 'signature': 'def extract_kalman_boxes(dataset_test, net, rpn_conf, test_path, data_folder):'}</s>{'name': 'file_parts@lib/util.py', 'description': "Lists a files parts such as base_path, file name and...
1
{'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': 'SensorHandler.process_group_event@custom_components/alarmo/sensors.py', 'description': 'check if sensor entity is member of a group and compare with previous events to evaluate trigger', 'signature': 'def process_group_event(self, entity: str, state: str) -> dict:'}</s>ATTR_ACTIONS = "actions"
0
{'name': '_SetFilters@llvm-4.0.0-project/compiler-rt/lib/sanitizer_common/scripts/cpplint.py', 'description': 'Sets the module\'s error-message filters.\n\nThese filters are applied when deciding whether to emit a given\nerror message.\n\nArgs:\n filters: A string of comma-separated filters (eg "whitespace/indent").\n...
0
{'name': 'get_loader@ptsemseg/loader/__init__.py', 'description': 'get_loader\n\n:param name:', 'signature': 'def get_loader(name):'}</s>{'name': 'pascalVOCLoader@ptsemseg/loader/pascal_voc_loader.py', 'description': 'Data loader for the Pascal VOC semantic segmentation dataset.\n\nAnnotations from both the original VO...
1
{'name': 'TestReadMemCString.test_read_memory_c_string@llvm-project/lldb/test/API/python_api/process/read-mem-cstring/TestReadMemCString.py', 'description': 'Test corner case behavior of SBProcess::ReadCStringFromMemory', 'signature': 'def test_read_memory_c_string(self):'}</s>{'name': 'get_args_as_string@llvm-project/...
0
{'name': 'test_sigma_plot@filterpy/kalman/tests/ukf2.py', 'description': "Test to make sure sigma's correctly mirror the shape and orientation\nof the covariance array.", 'signature': 'def test_sigma_plot():'}</s>{'name': 'MerweScaledSigmaPoints@filterpy/kalman/sigma_points.py', 'description': 'Generates sigma points a...
1
{'name': 'MapperTest.test_errors_with_errors@tests/test_mapper.py', 'description': 'Test map hvac errors.', 'signature': 'def test_errors_with_errors(self) -> None:'}</s>_DATE_FORMAT = "%Y-%m-%d"
0
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQCUOWC_CONTINUE = 65536
0
{'name': '_serialize_single@src/betterproto/__init__.py', 'description': 'Serializes a single field and value.', 'signature': 'def _serialize_single('}</s>{'name': '_parse_float@src/betterproto/__init__.py', 'description': 'Parse the given value to a float\n\nParameters\n----------\nvalue: Any\n Value to parse\n\nRe...
0
{'name': 'ThreadPool.start@cli/rpc2socks/utils/threadpool.py', 'description': 'Start the maintenance thread', 'signature': 'def start(self):'}</s>{'name': 'set_root_log_level@cli/rpc2socks/utils/logging.py', 'description': "Set root logger's level", 'code': 'def set_root_log_level(new_level):\n """Set root logger\'s...
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': 'ListingManager.__and__@material/plugins/tags/structure/listing/manager/__init__.py', 'description': 'Iterate over the tag references for the mapping.\n\nArguments:\n mapping: The mapping.\n\nYields:\n The current tag reference.', 'signature': 'def __and__(self, mapping: Mapping) -> Iterator[TagReference...
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': '_SetOutputFormat@tools/cpplint.py', 'description': "Sets the module's output format.", 'code': 'def...
0
{'name': 'denoise@findpeaks/stats.py', 'description': "Denoise input data.\n\nDescription\n-----------\nDenoising the data is very usefull before detection of peaks. Multiple methods are implemented to denoise the data.\nThe bilateral filter uses a Gaussian filter in the space domain,\nbut it also uses one more (multip...
0
{'name': 'WXPush.send_image@wx_push.py', 'description': '发送图片', 'signature': 'def send_image(token, openid, files):'}</s>{'name': 'WXPush@wx_push.py', 'description': 'DOCSTRING', 'base_classes': ['object'], 'methods': [{'name': 'WXPush.get_component_access_token@wx_push.py', 'description': 'DOCSTRING', 'code': 'def get...
1
{'name': 'scvelo@pipelines/pipeline_scxl.py', 'description': 'Plot the RNA velocity.\nThis analysis is highly parameterised and different configurations can\nsuggest different interpretations of the data.', 'signature': 'def scvelo(infile, outfile):'}</s>{'name': 'summariseClusterStats@pipelines/pipeline_scxl.py', 'des...
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': 'demean@src/python_scripts/afnipy/afni_util.py', 'description': 'demean the vector (in place), from index ibot to index itop\n\n if ibot == -1, ibot will be 0\n if itop == -1, itop will be len-1\n\nreturn 0 on success, 1 on error', 'signature': 'def demean(vec, ibot=-1, itop=-1):'}</s>{'name': 'get_last_histor...
0
{'name': 'BaseRequest.is_xhr@src/back/kite/bottle.py', 'description': 'True if the request was triggered by a XMLHttpRequest. This only\nworks with JavaScript libraries that support the `X-Requested-With`\nheader (most of the popular libraries do). ', 'signature': 'def is_xhr(self):'}</s>{'name': 'GeventServer@src/back...
0
{'name': '__listAllUE9Unix@src/LabJackPython.py', 'description': 'Private listAll function for use on unix and mac machines to find UE9s.\n ', 'signature': 'def __listAllUE9Unix(connectionType):'}</s>LJ_ttR = 6006
0
{'name': 'RobustFileHandler.stream_emit@logSetup.py', 'description': "Emit a record.\n\nIf a formatter is specified, it is used to format the record.\nThe record is then written to the stream with a trailing newline. If\nexception information is present, it is formatted using\ntraceback.print_exception and appended to...
0
{'name': 'NonDestructiveBasicTokenizer._run_split_on_punc@baseline/tokenization.py', 'description': 'Splits punctuation within a list of `SubToken`s.', 'signature': 'def _run_split_on_punc(self, subtokens):'}</s>_UNUSED_TOKEN_RE = re.compile("^\\[unused\\d+\\]$")
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': 'Socket.handle_post_request@src/engineio/socket.py', 'description': 'Handle a long-polling POST request from the client.', 'signature': 'def handle_post_request(self, environ):'}</s>{'name': 'UnknownPacketError@src/engineio/exceptions.py', 'description': 'DOCSTRING', 'base_classes': ['EngineIOError'], 'methods...
0
{'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': 'initialize_jwst_image@grizli/jwst_utils.py', 'description': 'Make copies of some header keywords to make the headers look like\nand HST instrument\n\n1) Apply gain correction [*NOT PERFORMED*]\n2) Clip DQ bits\n3) Copy header keywords\n4) Apply exposure-level 1/f correction\n5) Apply flat field if necessary\n...
0
{'name': 'TestContacts.test_create_contact_409_status_code_add_same_user_to_contacts@src/accounts/contacts/tests/test_contacts.py', 'description': 'test adding a contact with same account_num and routing_num as the user', 'signature': 'def test_create_contact_409_status_code_add_same_user_to_contacts(self):'}</s>{'name...
1
{'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': 'BreakpointCommandTestCase.breakpoint_command_sequence@lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py', 'description': 'Test a sequence of breakpoint command add, list, and delete.', 'signature': 'def breakpoint_command_sequence(self):'}</s>{'name': '...
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.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': 'BertPreTrainedModel.from_pretrained@modeling.py', 'description': 'Instantiate a BertPreTrainedModel from a pre-trained model file or a pytorch state dict.\nDownload and cache the pre-trained model file if needed.\n\nParams:\n pretrained_model_name_or_path: either:\n - a str with the name of a pre-tr...
0
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQ_CF_LEID_LENGTH = 12
0
{'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': 'matchOnlyAtCol@tests/_lib_vendors/pkg_resources/_vendor/pyparsing.py', 'description': 'Helper method for defining parse actions that require matching at a specific\ncolumn in the input text.', 'signature': 'def matchOnlyAtCol(n):'}</s>_escapedOctChar = Regex(r"\\0[0-7]+").setParseAction(lambda s,l,t:unichr(in...
0
{'name': '_install@ez_setup.py', 'description': 'Install Setuptools.', 'signature': 'def _install(archive_filename, install_args=()):'}</s>{'name': 'ContextualZipFile@ez_setup.py', 'description': 'Supplement ZipFile class to support context manager for Python 2.6.', 'base_classes': ['zipfile.ZipFile'], 'methods': [{'na...
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': 'cleanupFile@libc/kernel/tools/clean_header.py', 'description': 'reads an original header and perform the cleanup operation on it\nthis functions returns the destination path and the clean header\nas a single string', 'signature': 'def cleanupFile(dst_file, src_file, rel_path, no_update = True):'}</s>{'name': ...
0
{'name': 'FancyPage.beforeDrawPage@rst2pdf/createpdf.py', 'description': 'Do adjustments to the page according to where we are in the document.\n\n* Gutter margins on left or right as needed', 'signature': 'def beforeDrawPage(self, canv, doc):'}</s>{'name': 'zero_or_positive_int@rst2pdf/directives/code_block.py', 'desc...
0
{'name': 'Session.prepare_request@venv/Lib/site-packages/pip-19.0.3-py3.6.egg/pip/_vendor/requests/sessions.py', 'description': "Constructs a :class:`PreparedRequest <PreparedRequest>` for\ntransmission and returns it. The :class:`PreparedRequest` has settings\nmerged from the :class:`Request <Request>` instance and th...
0
{'name': 'transform_args_prefix@ring/func/base.py', 'description': "`transform_args` for basic single-access methods in interfaces.\n\nCreate and returns uniform fully keyword-annotated arguments except for\nthe first ``rule.get('prefix_count')`` number of positional arguments for\ngiven actual arguments of ring wires....
0
{'name': 'get_verify@小红书/shumei_slide.py', 'description': '进行验证', 'signature': 'def get_verify(organization):'}</s>{'name': 'get_encrypt_content@小红书/shumei_slide.py', 'description': '接口参数的加密、解密', 'code': 'def get_encrypt_content(message, key, flag):\n """\n 接口参数的加密、解密\n """\n des_obj = des(key.encode(), mod...
0
{'name': 'TimeEntrySet.all_from_reports@toggl/api/models.py', 'description': 'Method that implements fetching of all time entries through Report API.\nNo limitation on number of time entries.\n\n:param start: From when time entries should be fetched. Defaults to today - 6 days.\n:param stop: Until when time entries sho...
0
{'name': '_typedef@pyFileFixity/lib/profilers/visual/pympler/asizeof.py', 'description': 'Create a new typedef for an object.\n ', 'signature': 'def _typedef(obj, derive=False, infer=False):'}</s>{'name': '_gen_refs@pyFileFixity/lib/profilers/visual/pympler/asizeof.py', 'description': 'Return the referent(s) of a ge...
0
{'name': 'TarInfo.frombuf@SneakerBot 2019/venv/lib/python3.7/site-packages/pip-19.0.3-py3.7.egg/pip/_vendor/distlib/_backport/tarfile.py', 'description': 'Construct a TarInfo object from a 512 byte bytes object.\n ', 'signature': 'def frombuf(cls, buf, encoding, errors):'}</s>SUPPORTED_TYPES = (REGTYPE, AREGTYPE...
0
{'name': 'run_all_calibration@tools/calibration-96tof1/calibrate_single_mode.py', 'description': 'A Python based command line utility to run calibration for ADI TOF modules\n\nSWEEP_CONFIG_JSON: Specify the default sweep config json file. The default options can be overriden by explictly specifying the options on the c...
1
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQRC_WXP_ERROR = 2356
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': '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>OP_IFDUP = CScriptOp(0x73)
0
{'name': 'compute_bbox_stats@lib/rpn_util.py', 'description': 'Computes the mean and standard deviation for each regression\nparameter (usually pertaining to [dx, dy, sw, sh] but sometimes\nfor 3d parameters too).\n\nOnce these stats are known we normalize the regression targets\nto have 0 mean and 1 variance, to hypot...
1
{'name': '_AutoReject.transform@autoreject/autoreject.py', 'description': 'Fix and find the bad epochs.\n\nParameters\n----------\nepochs : instance of mne.Epochs\n The epochs object for which bad epochs must be found.\n\nreturn_log : bool\n If true the rejection log is also returned.\n\nReturns\n-------\nepochs_...
0
{'name': 'amod@src/convertdate/utils.py', 'description': 'Modulus function which returns numerator if modulus is zero', 'signature': 'def amod(a, b):'}</s>{'name': 'weekday_before@src/convertdate/utils.py', 'description': 'DOCSTRING', 'code': 'def weekday_before(weekday, jd):\n return jd - jwday(jd - weekday)'}
0
{'name': 'na_cmp@pint_pandas/testsuite/test_pandas_extensiontests.py', 'description': 'Binary operator for comparing NA values.', 'signature': 'def na_cmp():'}</s>_all_numeric_accumulations = ["cumsum", "cumprod", "cummin", "cummax"]
0
{'name': 'PFAddr._from_string@pf/rule.py', 'description': 'Initalize a new instance from a string.', 'signature': 'def _from_string(self, a):'}</s>PF_SK_STACK = 1
0
{'name': 'PFOp._from_string@pf/rule.py', 'description': 'Initalize a new instance from a string.', 'signature': 'def _from_string(self, operation):'}</s>ICMP_ROUTERADVERT = 9
0
{'name': 'test_simple_reroute_2@tests/test_traffic_scheduling_problem.py', 'description': 'to loads on a collision path.\n\n[1]<-->[2]<-->[3]<-->[4]\n | ^\n +---->[5]-->[6]------+', 'signature': 'def test_simple_reroute_2():'}</s>{'name': 'test_clockwise_rotation@tests/test_traffic_scheduling_problem...
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': '_make_json_entry@s2e_env/commands/execution_trace.py', 'description': "Combine a trace entry header and item into a single JSON-serializable\nentry. Return this entry as a ``dict``.\n\nSome things to note:\n * The header's ``size`` field is removed - it is not required in the\n JSON\n * Enums are r...
0
{'name': 'matchPreviousLiteral@scripts/pdns/lib/python2.7/site-packages/pip/_vendor/pyparsing.py', 'description': 'Helper to define an expression that is indirectly defined from\nthe tokens matched in a previous expression, that is, it looks\nfor a \'repeat\' of a previous expression. For example::\n first = Word(n...
0
{'name': 'get_versions@versioneer.py', 'description': "Get the project version from whatever source is available.\n\nReturns dict with two keys: 'version' and 'full'.", 'signature': 'def get_versions(verbose=False):'}</s>{'name': 'do_vcs_install@versioneer.py', 'description': 'Git-specific installation logic for Versio...
0
{'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': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQRCCF_REVDNS_DISABLED = 3366
0
{'name': 'check_input@metric_learn/_util.py', 'description': "Checks that the input format is valid, and converts it if specified\n(this is the equivalent of scikit-learn's `check_array` or `check_X_y`).\nAll arguments following tuple_size are scikit-learn's `check_X_y`\narguments that will be enforced on the data and ...
0
{'name': 'BaseCommand.main@SneakerBot 2019/venv/lib/python3.7/site-packages/click/core.py', 'description': 'This is the way to invoke a script with all the bells and\nwhistles as a command line application. This will always terminate\nthe application after a call. If this is not wanted, ``SystemExit``\nneeds to be ca...
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': 'testWriteXMLParametersGAFF@openmoltools/tests/test_forcefield_generators.py', 'description': 'Test writing XML parameters loaded from Amber GAFF parameter files ', 'signature': 'def testWriteXMLParametersGAFF():'}</s>{'name': 'test_generate_gaff2_ffxml_from_molecules@openmoltools/tests/test_forcefield_generat...
0
{'name': '_configure_host_iface@kuryr/lib/binding/drivers/veth.py', 'description': 'Configures the interface that is placed on the default net ns\n\n:param ifname: the name of the interface to configure\n:param endpoint_id: the identifier of the endpoint\n:param port_id: the Neutron uuid of the port to which t...
0
{'name': 'plot_geohash_grid@examples/ex_geohash.py', 'description': 'Plot geohash bounding boxes.', 'signature': 'def plot_geohash_grid(precision,'}</s>generator = numpy.random.Generator(numpy.random.PCG64(0))
0
{'name': 'PintArray.value_counts@pint_pandas/pint_array.py', 'description': "Returns a Series containing counts of each category.\n\nEvery category will have an entry, even those with a count of 0.\n\nParameters\n----------\ndropna : boolean, default True\n Don't include counts of NaN.\n\nReturns\n-------\ncounts : ...
0
{'name': 'MikrotikCoordinator.option_sensor_environment@custom_components/mikrotik_router/coordinator.py', 'description': 'Config entry option to not track ARP.', 'signature': 'def option_sensor_environment(self):'}</s>DEFAULT_SENSOR_SIMPLE_QUEUES = False
0
{'name': 'expected_aspls@tests/test_weighting.py', 'description': 'The weighting for adaptive smoothness penalized least squares smoothing (aspls).\n\nDoes not perform error checking since this is just used for simple weighting cases.\n\nParameters\n----------\ny : numpy.ndarray, shape (N,)\n The measured data.\nbas...
0
{'name': 'register_cmap@src/cmasher/utils.py', 'description': "Creates a :obj:`~matplotlib.colors.ListedColormap` object using the\nprovided `name` and `data`, and registers the colormap in the\n:mod:`cmasher.cm` and :mod:`matplotlib.cm` modules.\nA reversed version of the colormap will be registered as well.\n\nParame...
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': 'test_cos_comm_format_region@ut/test.py', 'description': 'DOCSTRING', 'code': "def test_cos_comm_format_region():\n from qcloud...
0
{'name': 'DeeppolyNonlinearity.__init__@tf_verify/deeppoly_nodes.py', 'description': "Arguments\n---------\ninput_names : iterable\n iterable with the name of the vector you want to apply the non-linearity to\noutput_name : str\n name of this node's output\noutput_shape : iterable\n iterable of ints with the s...
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': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQCNO_NONE = 0
0
{'name': 'SqlserverMode.start_sql_server@freezer/mode/sqlserver.py', 'description': 'Start the SQL Server instance after the backup is completed ', 'signature': 'def start_sql_server(self):'}</s>{'name': 'ReSizeStream@freezer/utils/utils.py', 'description': 'Iterator/File-like object for changing size of chunk in strea...
0
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQOM_NO = 0
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': 'Message.to_dict@src/betterproto/__init__.py', 'description': 'Returns a JSON serializable dict representation of this object.\n\nParameters\n-----------\ncasing: :class:`Casing`\n The casing to use for key values. Default is :attr:`Casing.CAMEL` for\n compatibility purposes.\ninclude_default_values: :cl...
0
{'name': 'backlog_subscriber@tools/cloud_functions/gcs_event_based_ingest/gcs_ocn_bq_ingest/common/ordering.py', 'description': 'Pick up the table lock, poll BQ job id until completion and process next\nitem in the backlog.', 'signature': 'def backlog_subscriber(gcs_client: Optional[storage.Client],'}</s>WAIT_FOR_JOB_S...
0
{'name': 'PrintFormatCommand.do_invoke@gef.py', 'description': 'Default value for print-format command.', 'signature': 'def do_invoke(self, _: list[str], **kwargs: Any) -> None:'}</s>{'name': 'PieCommand@gef.py', 'description': 'PIE breakpoint support.', 'base_classes': ['GenericCommand'], 'methods': [{'name': 'PieComm...
0
{'name': 'draw_isobars@pymeteo/skewt.py', 'description': 'Plot isobars on axes\n\n:parameter axes: The axes to draw on\n:type axes: :py:class:`matplotlib.axes`\n\nThis function draws isobars at intervals of 2*dp.', 'signature': 'def draw_isobars(axes):'}</s>{'name': 'label_h2@pymeteo/skewt.py', 'description': 'DOCSTRIN...
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': 'SysTrayIcon.update@python/site-packages/winsystray/traybar.py', 'description': 'update icon image and/or hover text ', 'signature': 'def update(self, icon=None, hover_text=None, menu=None):'}</s>WM_NULL = 0
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': 'routsign2map@venv/Lib/site-packages/numpy/f2py/capi_maps.py', 'description': 'name,NAME,begintitle,endtitle\nrname,ctype,rformat\nroutdebugshowvalue', 'signature': 'def routsign2map(rout):'}</s>{'name': 'getcallstatement@venv/Lib/site-packages/numpy/f2py/auxfuncs.py', 'description': 'DOCSTRING', 'code': "def ...
1
{'name': 'train@fairseq_cli/train.py', 'description': 'Train the model for one epoch and return validation losses.', 'signature': 'def train('}</s>{'name': 'extract_soft_alignment@fairseq/utils.py', 'description': 'DOCSTRING', 'code': 'def extract_soft_alignment(attn, src_sent, tgt_sent, pad, eos):\n tgt_valid = ((t...
0
{'name': 'PPOBuffer.finish_path@ppo-pick-jobs.py', 'description': 'Call this at the end of a trajectory, or when one gets cut off\nby an epoch ending. This looks back in the buffer to where the\ntrajectory started, and uses rewards and value estimates from\nthe whole trajectory to compute advantage estimates with GAE-L...
1
{'name': 'Bottle.route@3rdparty/mongo-c-driver-1.26.2/build/bottle.py', 'description': "A decorator to bind a function to a request URL. Example::\n\n @app.route('/hello/:name')\n def hello(name):\n return 'Hello %s' % name\n\nThe ``:name`` part is a wildcard. See :class:`Router` for syntax\ndetails.\n\n:p...
0
{'name': 'grab_image_from_env@self_organising_systems/biomakerca/environments.py', 'description': 'Create a visualization of the environment.\n\nResulting values are floats ranging from [0,1].\n\nIf color_by_id is True, we blend the agent cell colors with unique per id\ncolors with a mix of id_color_intensity.', 'signa...
0
{'name': 'IUSequence.zone_duration@custom_components/irrigation_unlimited/irrigation_unlimited.py', 'description': 'Return the duration for the specified zone including adjustments\nand constraints', 'signature': 'def zone_duration('}</s>ATTR_NAME = "name"
0
{'name': 'Empty@src/api/python/z3/z3.py', 'description': 'Create the empty sequence of the given sort\n>>> e = Empty(StringSort())\n>>> e2 = StringVal("")\n>>> print(e.eq(e2))\nTrue\n>>> e3 = Empty(SeqSort(IntSort()))\n>>> print(e3)\nEmpty(Seq(Int))\n>>> e4 = Empty(ReSort(SeqSort(IntSort())))\n>>> print(e4)\nEmpty(ReSo...
0
{'name': 'face_extraction@Contents/scripts/siweighteditor/modeling.py', 'description': 'メッシュを選択したフェイスで切り分ける\ndeleteOrg\u3000切り分け元のフェイスを削除するかどうかを指定デフォルトTrue\nfaces →\u3000外部ツールからフェイスのリストを渡して実行したい場合の引数', 'signature': 'def face_extraction(faces=None, deleteOrg=True, selectDuplicated=True, transferWeight=True):'}</s>{'name...
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': 'default_block_order@src/python_scripts/afnipy/lib_uber_subject.py', 'description': 'rcr - reconcile with afni_proc...
0
{'name': 'GTestHelpTest.TestHelpFlag@third_party/include/protobuf-2.6.1/gtest/test/gtest_help_test.py', 'description': 'Verifies correct behavior when help flag is specified.\n\nThe right message must be printed and the tests must\nskipped when the given flag is specified.\n\nArgs:\n flag: A flag to pass to the binar...
1
{'name': 'GTestJsonOutputUnitTest.testSuppressedJsonOutput@third-party/googletest/googletest/test/googletest-json-output-unittest.py', 'description': 'Verifies that no JSON output is generated.\n\nTests that no JSON file is generated if the default JSON listener is\nshut down before RUN_ALL_TESTS is invoked.', 'signatu...
0