text string | label int64 |
|---|---|
{'name': 'make_combined_mosaics@grizli/pipeline/auto_script.py', 'description': 'Drizzle combined mosaics\n\nmosaic_driz_cr_type : int\n (mosaic_driz_cr_type & 1) : flag CRs on all IR combined\n (mosaic_driz_cr_type & 2) : flag CRs on IR filter combinations\n (mosaic_driz_cr_type & 4) : flag CRs on all OPT com... | 0 |
{'name': 'prettyArray@boxx/ylimg/ylimgTool.py', 'description': 'return str of pretty discrib for array, include nan inf (shape type max min) ', 'signature': 'def prettyArray(array):'}</s>clf = colorFormat | 1 |
{'name': 'TBDeviceMqttClient.send_rpc_reply@tb_device_mqtt.py', 'description': 'Send RPC reply to ThingsBoard. The response will be sent to the RPC_RESPONSE_TOPIC with the request id.', 'signature': 'def send_rpc_reply(self, req_id, resp, quality_of_service=None, wait_for_publish=False):'}</s>{'name': 'check_tb_paho_mq... | 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': 'RobotFileParser.can_fetch@src/future/backports/urllib/robotparser.py', 'description': 'using the parsed robots.txt decide if useragent can fetch url', 'signature': 'def can_fetch(self, useragent, url):'}</s>__all__ = ["RobotFileParser"] | 0 |
{'name': 'ParseArguments@third_party/cpplint/cpplint.py', 'description': 'Parses the command line arguments.\n\nThis may set the output format and verbosity level as side-effects.\n\nArgs:\n args: The command line arguments:\n\nReturns:\n The list of filenames to lint.', 'signature': 'def ParseArguments(args):'}</s>_... | 0 |
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQXT_CLUSTER_WORKLOAD_EXIT = 20 | 0 |
{'name': 'formatColor@rst2pdf/styles.py', 'description': 'Convert a color like "gray" or "0xf" or "ffff"\nto something ReportLab will like.', 'signature': 'def formatColor(value, numeric=True):'}</s>{'name': 'StyleSheet@rst2pdf/styles.py', 'description': 'Class to handle a collection of stylesheets', 'base_classes': ['... | 0 |
{'name': 'EC_pub.get_der@src/M2Crypto/EC.py', 'description': 'Returns the public key in DER format as a buffer object.', 'signature': 'def get_der(self):'}</s>NID_wap_wsg_idm_ecid_wtls10 = m2.NID_wap_wsg_idm_ecid_wtls10 | 0 |
{'name': 'make_class@vendor/attr/_make.py', 'description': 'A quick way to create a new class called *name* with *attrs*.\n\n:param str name: The name for the new class.\n\n:param attrs: A list of names or a dictionary of mappings of names to\n attributes.\n\n If *attrs* is a list or an ordered dict (`dict` on Py... | 0 |
{'name': 'LVMDeviceManager.get_drive_size_bytes@src/weresync/daemon/device.py', 'description': 'Returns the of a logical volume group in bytes.', 'signature': 'def get_drive_size_bytes(self):'}</s>SUPPORTED_FILESYSTEM_TYPES = ["swap", "ef"] | 0 |
{'name': 'parse_cli@isi_data_insights_config.py', 'description': 'Setup the command line args and parse them.', 'signature': 'def parse_cli():'}</s>{'name': 'IsiStatsClient@isi_stats_client.py', 'description': 'Handles the details of querying for Isilon cluster statistics values and\nmetadata using the Isilon SDK.', 'b... | 0 |
{'name': 'build_test_project@third-party/draco/src/draco/tools/install_test/test.py', 'description': 'Builds the test application in shared and static configurations.', 'signature': 'def build_test_project():'}</s>CMAKE_DEFINES = [] | 0 |
{'name': 'TypeAndTypeListTestCase.test@tools/lldb/packages/Python/lldbsuite/test/python_api/type/TestTypeList.py', 'description': 'Exercise SBType and SBTypeList API.', 'signature': 'def test(self):'}</s>{'name': 'which@tools/lldb/packages/Python/lldbsuite/test/lldbtest.py', 'description': 'Returns the full path to a p... | 0 |
{'name': 'opcode_map_c@Ghidra/Processors/RISCV/scripts/binutil.py', 'description': 'CR |funct4 | cr0711 | cr0206 | op |\nCI |funct3 | cop1212 | cr0711 | cop0206 | op |\nCSS |funct3 | cop0712 | cr0206 | op |\nCIW |funct3 | cop0512 | cr0204s | op |\nCL |funct3 | cop1012 | cs0709s | cop0506 | cr0204s | op |\nCS ... | 0 |
{'name': 'clip_boxes@lib/fast_rcnn/bbox_transform.py', 'description': 'Clip boxes to image boundaries.', 'signature': 'def clip_boxes(boxes, im_shape):'}</s>{'name': 'bbox_transform@lib/fast_rcnn/bbox_transform.py', 'description': 'DOCSTRING', 'code': 'def bbox_transform(ex_rois, gt_rois):\n ex_widths = ex_rois[:, 2... | 0 |
{'name': 'RosterGenerator._collect_skill_mix_rules@rosters/logic.py', 'description': 'Collect shift rules into friendly structure.', 'signature': 'def _collect_skill_mix_rules(self):'}</s>{'name': 'SolutionNotFeasible@rosters/logic.py', 'description': 'Exception for when there is no feasible solution.', 'base_classes':... | 0 |
{'name': 'Parser.p_expression_bytes@lib/rule_engine/parser/__init__.py', 'description': 'object : BYTES', 'signature': 'def p_expression_bytes(self, p):'}</s>timedelta_regex = r'P(?!\b)'
r'(?P<weeks>' + _sub_regex + r'W)?'
r'(?P<days>' + _sub_regex + r'D)?'
r'(T'
r'(?P<hours>' + _sub_regex + r'H)?'
r'(?P<minutes>'... | 0 |
{'name': 'Distinct@src/api/python/z3/z3.py', 'description': "Create a Z3 distinct expression.\n\n>>> x = Int('x')\n>>> y = Int('y')\n>>> Distinct(x, y)\nx != y\n>>> z = Int('z')\n>>> Distinct(x, y, z)\nDistinct(x, y, z)\n>>> simplify(Distinct(x, y, z))\nDistinct(x, y, z)\n>>> simplify(Distinct(x, y, z), blast_distinct=... | 0 |
{'name': 'GlobalAverageBlock.__init__@models/kpconv/blocks.py', 'description': 'Initialize a global average block with its ReLU and BatchNorm.', 'signature': 'def __init__(self):'}</s>{'name': 'ResnetBottleneckBlock@models/kpconv/blocks.py', 'description': 'DOCSTRING', 'base_classes': ['nn.Module'], 'methods': [{'name'... | 0 |
{'name': 'CheckForFunctionLengths@tools/caffe-sphereface/scripts/cpp_lint.py', 'description': 'Reports for long function bodies.\n\nFor an overview why this is done, see:\nhttp://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Write_Short_Functions\n\nUses a simplistic algorithm assuming other style guidelines\... | 0 |
{'name': 'run_gradcheck@tests/test_elastic.py', 'description': "Run PyTorch's gradcheck to test the gradient.", 'signature': 'def run_gradcheck(mlamb,'}</s>{'name': 'run_gradcheck_2d@tests/test_elastic.py', 'description': 'Runs run_gradcheck with default parameters for 2D.', 'code': 'def run_gradcheck_2d(lamb=DEFAULT_L... | 0 |
{'name': 'ReplaceByFeeTest.test_opt_in@test/functional/feature_rbf.py', 'description': 'Replacing should only work if orig tx opted in', 'signature': 'def test_opt_in(self):'}</s>{'name': 'p2p_port@test/functional/test_framework/util.py', 'description': 'DOCSTRING', 'code': 'def p2p_port(n):\n assert(n <= MAX_NODES)... | 0 |
{'name': 'du@samples/benchmarks.py', 'description': 'Find total size of content used by path ', 'signature': 'def du(path):'}</s>{'name': 'bench_upload_1_50gb@samples/benchmarks.py', 'description': 'DOCSTRING', 'code': 'def bench_upload_1_50gb(adl, lpath, rpath, config):\n return multithread.ADLUploader(\n ad... | 0 |
{'name': 'no_update_last_login@loginas/utils.py', 'description': 'Disconnect any signals to update_last_login() for the scope of the context\nmanager, then restore.', 'signature': 'def no_update_last_login():'}</s>logger = logging.getLogger(__name__) | 0 |
{'name': 'Photo.getPhotoFile@flickr_api/objects.py', 'description': " returns the URL to the photo file corresponding to the\n given size.\n\nArguments:\n size_label: The label corresponding to the photo size\n\n 'Square': 75x75\n 'Thumbnail': 100 on longest side\n 'Small': 240 on longest... | 0 |
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQIACF_UOW_STATE = 1128 | 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': 'Diagram.upgrade@discopy/hypergraph.py', 'description': 'Turn a :class:`frobenius.Diagram` into a :class:`hypergraph.Diagram`.\n\n>>> x, y = map(Ty, "xy")\n >>> back_n_forth = lambda d: Diagram.upgrade(d.downgrade())\n>>> for d in [spiders(0, 0, x),\n... spiders(2, 3, x),\n... spiders(1,... | 1 |
{'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': 'RoundNearestTiesToEven@src/api/python/z3/z3.py', 'description': 'DOCSTRING', 'code': 'def RoundNearestTiesToEven(ctx=None):\n... | 0 |
{'name': 'SelfCalibrationReconstructor.reconstruct@src/mri/reconstructors/self_calibrating.py', 'description': "Perform the self-calibrating reconstruction.\n\nParameters\n----------\nkspace_data: numpy.ndarray\n the acquired value in the Fourier domain.\n this is y in above equation.\noptimization_alg: str (opti... | 0 |
{'name': 'load_gensim_topicvec_sklearnclassifier@shorttext/classifiers/bow/topic/SkLearnClassification.py', 'description': 'Load the classifier, a wrapper that uses scikit-learn classifier, with\n feature vectors given by a topic model, from files.\n\n# Reference\n\nXuan Hieu Phan, Cam-Tu Nguyen, Dieu-Thu Le, Minh Le N... | 0 |
{'name': 'And@src/api/python/z3/z3.py', 'description': "Create a Z3 and-expression or and-probe.\n\n>>> p, q, r = Bools('p q r')\n>>> And(p, q, r)\nAnd(p, q, r)\n>>> P = BoolVector('p', 5)\n>>> And(P)\nAnd(p__0, p__1, p__2, p__3, p__4)", 'signature': 'def And(*args):'}</s>{'name': 'FuncDeclRef@src/api/python/z3/z3.py',... | 0 |
{'name': 'Fzip@amptk/amptklib.py', 'description': 'function to zip as fast as it can, pigz -> bgzip -> gzip', 'signature': 'def Fzip(input, output, cpus):'}</s>{'name': 'execute@amptk/amptklib.py', 'description': 'DOCSTRING', 'code': 'def execute(cmd):\n DEVNULL = open(os.devnull, \'w\')\n popen = subprocess.Pope... | 0 |
{'name': 'find_output@test/functional/test_framework/util.py', 'description': 'Return index to output of txid with value amount\nRaises exception if there is none.', 'signature': 'def find_output(node, txid, amount):'}</s>{'name': 'assert_raises@test/functional/test_framework/util.py', 'description': 'DOCSTRING', 'code... | 0 |
{'name': 'SessionRedirectMixin.rebuild_method@venv/Lib/site-packages/pip-19.0.3-py3.8.egg/pip/_vendor/requests/sessions.py', 'description': 'When being redirected we may want to change the method of the request\nbased on certain specs or browser behavior.', 'signature': 'def rebuild_method(self, prepared_request, respo... | 0 |
{'name': '_NestingState.Update@runtimes/compiler-rt/lib/sanitizer_common/scripts/cpplint.py', 'description': 'Update nesting state with current line.\n\nArgs:\n filename: The name of the current file.\n clean_lines: A CleansedLines instance containing the file.\n linenum: The number of the line to check.\n error: T... | 0 |
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQIACF_SECURITY_ITEM = 1129 | 0 |
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQIA_HIGH_Q_DEPTH = 36 | 0 |
{'name': 'relations_lookup@utils/data_preparation_rdf_type.py', 'description': ":param core_chain: corechain\n:return: converts core chain surface form to relations\n ['+', 'wife','of] -> ['+','http..../wifeOf']", 'signature': 'def relations_lookup(core_chain, core_chain_length):'}</s>stopwords = open(STOPWORDLI... | 0 |
{'name': 'AcousticCorpusMixin.load_reference_alignments@montreal_forced_aligner/corpus/acoustic_corpus.py', 'description': 'Load reference alignments to use in alignment evaluation from a directory\n\nParameters\n----------\nreference_directory: :class:`~pathlib.Path`\n Directory containing reference alignments', 's... | 0 |
{'name': 'VectorWind.truncate@windspharm/iris.py', 'description': 'Apply spectral truncation to a scalar field.\n\nThis is useful to represent other fields in a way consistent\nwith the output of other `VectorWind` methods.\n\n**Argument:**\n\n*field*\n A scalar field. It must be a `~iris.cube.Cube`\n with the sa... | 0 |
{'name': 'Data._apply_axis@verif/data.py', 'description': 'Slice an array along a certain axis and return an extract array\n\nArguments:\narray 3D numpy array\naxis Of type verif.axis.Axis\naxis_index Index along the axis to slice', 'signature': 'def _apply_axis(self, array, axis, axis_index):'}</s>{'name... | 0 |
{'name': 'PFAddr._to_string@pf/rule.py', 'description': 'Return the string representation of the address.', 'signature': 'def _to_string(self):'}</s>PF_LIMIT_FRAGS = 2 | 0 |
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQS_EXPANDST_FAILED = 1 | 0 |
{'name': 'AttributeErrorTests.test_set_dict_comprehension@didyoumean/didyoumean_sugg_tests.py', 'description': '{} creates a dict and not an empty set leading to errors.', 'signature': 'def test_set_dict_comprehension(self):'}</s>NONLOCALMODULE = (SyntaxError, re.NONLOCAL_AT_MODULE_RE) | 0 |
{'name': 'IsOutOfLineMethodDefinition@tools/cpplint.py', 'description': 'Check if current line contains an out-of-line method definition.\n\nArgs:\n clean_lines: A CleansedLines instance containing the file.\n linenum: The number of the line to check.\nReturns:\n True if current line contains an out-of-line method d... | 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_3 = CScriptOp(0x53) | 0 |
{'name': 'train@src/train.py', 'description': 'Trains the model\n\n:param config:\n:return:', 'signature': 'def train(config):'}</s>tn2tss2fmr2ma2iter = {} | 0 |
{'name': 'ApiStub.delete_file@python-sdk/pachyderm_sdk/api/pfs/extension.py', 'description': 'Copies a file within PFS\n\nParameters\n----------\ncommit : pfs.Commit\n An open commit to modify.\npath : str\n The path of the file to be deleted.\n\nExamples\n--------\n>>> from pachyderm_sdk import Client\n>>> from ... | 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': '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': 'up_to_climate@oggm/tests/test_workflow.py', 'description': 'Run the tasks you want.', 'signature': 'def up_to_climate(reset=False, use_mp=None):'}</s>SEC_IN_HOUR = 3600 | 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': 'Imputer.fit@datawig/imputer.py', 'description': "Trains and stores imputer model\n\n:param train_df: training data as dataframe\n:param test_df: test data as dataframe; if not provided, [test_split] % of the training\n data are used as test data\n:param ctx: List of mxnet contexts (if no gpu's ... | 1 |
{'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': 'find_gaps@Ghidra/Processors/RISCV/scripts/binutil.py', 'description': 'Account for all the bits in the pattern\ndummy style just added as they got added', 'signature': 'def find_gaps(op):'}</s>MASK_RDINSTRETH = 4294963327 | 0 |
{'name': 'Asizer._sizer@pyFileFixity/lib/profilers/visual/pympler/asizeof.py', 'description': 'Size an object, recursively.\n ', 'signature': 'def _sizer(self, obj, deep, sized):'}</s>_sizeof_CPyFrameObject = _calcsize('Pzz13P63i0P') | 0 |
{'name': 'Image._preamble_read@wand/image.py', 'description': 'Set-up MagickWand properties before reading an image file. The\nproperties are unique to the image decoder.\n\n:param background: Defines the default background color.\n:type background: :class:`Color`, :class:`str`\n:param colorspace: Defines what colorspa... | 0 |
{'name': 'Distinct@src/api/python/z3/z3.py', 'description': "Create a Z3 distinct expression.\n\n>>> x = Int('x')\n>>> y = Int('y')\n>>> Distinct(x, y)\nx != y\n>>> z = Int('z')\n>>> Distinct(x, y, z)\nDistinct(x, y, z)\n>>> simplify(Distinct(x, y, z))\nDistinct(x, y, z)\n>>> simplify(Distinct(x, y, z), blast_distinct=... | 0 |
{'name': 'fsn2text@Monika After Story/game/python-packages/mutagen/_senf/_fsnative.py', 'description': 'Args:\n path (fsnative): The path to convert\n strict (bool): Fail in case the conversion is not reversible\nReturns:\n `text`\nRaises:\n TypeError: In case no `fsnative` has been passed\n ValueError: ... | 0 |
{'name': 'Router._send_remote@da/sim.py', 'description': 'Forward `mesg` to remote process `dest`.\n\n ', 'signature': 'def _send_remote(self, src, dest, mesg, flags=0, transport=None, **params):'}</s>{'name': 'DistProcessExit@da/sim.py', 'description': 'DOCSTRING', 'base_classes': ['BaseException'], 'methods': ... | 0 |
{'name': 'BrokerThread.stop@mqttools/broker.py', 'description': 'Stop the broker. All clients will be disconnected and the thread\nwill terminate.', 'signature': 'def stop(self):'}</s>{'name': 'format_packet@mqttools/common.py', 'description': 'DOCSTRING', 'code': "def format_packet(prefix, packet):\n lines = []\n\n... | 0 |
{'name': 'Cursor.set_range_dup@lmdb/cffi.py', 'description': 'Seek to the first key/value pair greater than or equal to `key`,\nreturning ``True`` on success, or ``False`` to indicate that `value` was past the\nlast value of `key` or that `(key, value)` was past the end end of database.\n\nOnly meaningful for databases... | 0 |
{'name': 'Copyleaks.credits_balance@copyleaks/copyleaks.py', 'description': 'Get current credits balance for the Copyleaks account\nFor more info: \nhttps://api.copyleaks.com/documentation/v3/scans/credits\n\nRaises:\n `CommandError`: Server reject the request. See response status code, headers and content for more ... | 0 |
{'name': 'make_river_map@src/Utility/Grid_Scripts/Compound_flooding/RiverMapper/RiverMapper/make_river_map.py', 'description': '[Core routine for making river maps]\n\ntif_fnames: a list of TIF file names. These TIFs should cover the area of interest and be arranged by priority (higher priority ones in front)\n\nthalwe... | 0 |
{'name': 'validate_cmd@cjio/cjio.py', 'description': 'Validate the CityJSON: \n(1) against its schemas\n(2) against the (potential) Extensions schemas\n(3) extra validations\n\n(see https://github.com/cityjson/cjval#what-is-validated-exactly for details)\n\nThe Extensions in the files are fetched automatically.\n\n\x08... | 0 |
{'name': 'dwCover@ytmdl/song.py', 'description': 'Download the song cover img from itunes.', 'signature': 'def dwCover(song):'}</s>{'name': 'get_song_name_to_save@ytmdl/song.py', 'description': 'Get the song name to save the song with.', 'code': 'def get_song_name_to_save(name: str, format: str) -> str:\n """\n G... | 0 |
{'name': 'Zeroconf.registerService@stino/pyarduino/base/zeroconf.py', 'description': 'Registers service information to the network with a default TTL\nof 60 seconds. Zeroconf will then respond to requests for\ninformation for that service. The name of the service may be\nchanged if needed to make it unique on the net... | 0 |
{'name': 'type_inference@06_prepare/data-wrangler/data_wrangler_antje.py', 'description': 'Core type inference logic\n\nArgs:\n df: spark dataframe\n\nReturns: dict a schema that maps from column name to mohave datatype', 'signature': 'def type_inference(df): # noqa: C901 # pylint: disable=R0912'}</s>{'name': 'tran... | 0 |
{'name': 'scatter@nbinteract/plotting.py', 'description': 'Generates an interactive scatter chart that allows users to change the\nparameters of the inputs x_fn and y_fn.\n\nArgs:\n x_fn (Array | (*args -> Array str | Array int | Array float)):\n If array, uses array values for x-coordinates.\n\n If fu... | 0 |
{'name': 'loadSwagger@apim-traffic-tool/lib/traffic-tool/src/python/multi_tenant_create_scenario.py', 'description': 'This function will load and set the swagger definitions for APIs\n:return: None', 'signature': 'def loadSwagger():'}</s>{'name': 'getAccessToken@apim-traffic-tool/lib/traffic-tool/src/python/utils/reque... | 0 |
{'name': 'test_list_case_insensitive_other_collision@tests/test_cli.py', 'description': 'Test that the case-insensitive list name matching is used if a\ncollision exists that does not affect the queried list.', 'signature': 'def test_list_case_insensitive_other_collision('}</s>{'name': 'test_list_startable@tests/test_c... | 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>MQAUTH_DISPLAY = 8 | 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': 'IUZone.as_dict@custom_components/irrigation_unlimited/irrigation_unlimited.py', 'description': 'Return this zone as a dict', 'signature': 'def as_dict(self, extended=False) -> OrderedDict:'}</s>{'name': 'IUZoneQueue@custom_components/irrigation_unlimited/irrigation_unlimited.py', 'description': 'Class to hold... | 0 |
{'name': 'preprocess_dataset@template_preprocess_dataset.py', 'description': 'Pre-processes all molecules of a dataset.\nAlong with a new database containing the pre-processed molecules, a\n"input_db_invalid.txt" file holding the indices of removed molecules and a\n"new_db_statistics.npz" file (containing atom count st... | 1 |
{'name': 'Risk_Margin@riskfolio/src/RiskFunctions.py', 'description': "Calculate the risk margin for each asset based on the risk measure\nselected.\n\nParameters\n----------\nw : DataFrame or Series of shape (n_assets, 1)\n Portfolio weights, where n_assets is the number of assets.\nreturns : DataFrame or nd-array ... | 1 |
{'name': '_Printer._FieldToJsonObject@python/google/protobuf/json_format.py', 'description': 'Converts field value according to Proto3 JSON Specification.', 'signature': 'def _FieldToJsonObject(self, field, value):'}</s>_INF = float('inf') | 0 |
{'name': '_BuildBootableImage@tools/releasetools/common.py', 'description': "Build a bootable image from the specified sourcedir.\n\nTake a kernel, cmdline, and optionally a ramdisk directory from the input (in\n'sourcedir'), and turn them into a boot image. 'two_step_image' indicates if\nwe are building a two-step spe... | 0 |
{'name': 'cmd_base@lib/charliecloud.py', 'description': 'Run a command to completion. If not fail_ok, exit with a fatal error if\nthe command fails (i.e., doesn’t exit with code zero). Return the\nCompletedProcess object.\n\nThe command’s stderr is suppressed unless (1) logging is DEBUG or higher\nor (2) fail_ok is Fal... | 1 |
{'name': 'move_file@fame/storage/storage.py', 'description': 'Moves a file.', 'signature': 'def move_file(from_path, to_path):'}</s>{'name': 'remove_subtree@fame/storage/storage.py', 'description': 'Deletes directory and all its contents.', 'code': 'def remove_subtree(path):\n """Deletes directory and all its conten... | 0 |
{'name': 'EnsureSearchNodeAbsent@pymacds-dist/pymacds/__init__.py', 'description': 'Ensures a given DS node is absent from the /Search path.', 'signature': 'def EnsureSearchNodeAbsent(node):'}</s>{'name': 'AddNodeToContactsPath@pymacds-dist/pymacds/__init__.py', 'description': 'Adds a given DS node to the /Search/Conta... | 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': 'stdev_ub@src/py... | 0 |
{'name': 'prettyArray@boxx/ylimg/ylimgTool.py', 'description': 'return str of pretty discrib for array, include nan inf (shape type max min) ', 'signature': 'def prettyArray(array):'}</s>{'name': 'standImg@boxx/ylimg/ylimgTool.py', 'description': '任何输入img都转换为 shape is (m, n, 3) dtype == Float', 'code': "def standImg(i... | 0 |
{'name': 'ConfigObj._parse@BlDevCube/lib.bflb_configobj.pyc.py', 'description': 'Actually parse the config file.', 'signature': 'def _parse(self, infile):'}</s>{'name': 'ConfigParserInterpolation@BlDevCube/lib.bflb_configobj.pyc.py', 'description': 'DOCSTRING', 'base_classes': ['InterpolationEngine'], 'methods': [{'nam... | 0 |
{'name': 'dump_html@tools/warn/html_writer.py', 'description': 'Dump the flags output to output_stream.', 'signature': 'def dump_html(flags, output_stream, warning_messages, warning_links,'}</s>{'name': 'dump_html_prologue@tools/warn/html_writer.py', 'description': 'DOCSTRING', 'code': "def dump_html_prologue(title, wr... | 1 |
{'name': '_iterate_object@voluptuous/schema_builder.py', 'description': 'Return iterator over object attributes. Respect objects with\ndefined __slots__.', 'signature': 'def _iterate_object(obj):'}</s>primitive_types = (bool, bytes, int, str, float, complex) | 0 |
{'name': 'PFRule._to_string@pf/rule.py', 'description': 'Return the string representation of the rule.', 'signature': 'def _to_string(self):'}</s>IPTOS_RELIABILITY = 4 | 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': 'byte_list_to_u16le_list@pyocd/utility/conversion.py', 'description': '! @brief Convert a byte array into a halfword array', 'signature': 'def byte_list_to_u16le_list(byteData):'}</s>{'name': 'hex16_to_u64le@pyocd/utility/conversion.py', 'description': '! @brief Build 64-bit register value from little-endian 1... | 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': 'QuantizedActiv@learned_quantization.py', 'description': 'Quantize activation.\nArgs:\n x (tf.Tensor): a 4D tensor.\n nbit (int): number of bits of quantized activation. Defaults to 2.\nReturns:\n tf.Tensor with attribute `variables`.\nVariable Names:\n* ``basis``: basis of quantized activation.\nNote... | 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': 'Win32Serial.open@stino/pyarduino/base/pyserial/serialwin32.py', 'description': 'Open port with current settings. This may throw a SerialException\nif the port cannot be opened.', 'signature': 'def open(self):'}</s>LPCOMMTIMEOUTS = POINTER(_COMMTIMEOUTS) | 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': 'UNetModel.convert_to_fp16@ldm/modules/diffusionmodules/openaimodel.py', 'description': 'Convert the torso of the model to float16.', 'signature': 'def convert_to_fp16(self):'}</s>{'name': 'TimestepEmbedSequential@ldm/modules/diffusionmodules/openaimodel.py', 'description': 'A sequential module that passes tim... | 0 |
{'name': 'get_box_spilt@apphelper/image.py', 'description': 'isRoate:是否旋转box', 'signature': 'def get_box_spilt(boxes,im,sizeW,SizeH,splitW=8,isRoate=False,rorateDegree=0):'}</s>{'name': 'estimate_skew_angle@apphelper/image.py', 'description': '估计图像文字角度', 'code': 'def estimate_skew_angle(raw):\n """\n 估计图像文字角度\n ... | 0 |
{'name': 'ProcessFileData@llvm-12.0.0-project/compiler-rt/lib/sanitizer_common/scripts/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... | 0 |
{'name': 'gg_dump_isp@proptools/turbopump.py', 'description': 'Get the specific impulse of a Gas Generator turbine exhaust dump.\n\nArguments:\n p_o: turbine inlet stagnation pressure [units: pascal].\n p_te: turbine exit pressure [units: pascal].\n p_ne: Dump nozzle exit pressure [units: pascal].\n T_o: tu... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.