text string | label int64 |
|---|---|
{'name': 'list_to_carray@language-bindings/python/src/wamr/wasmcapi/ffi.py', 'description': 'Converts a python list into a C array', 'signature': 'def list_to_carray(elem_type, *args):'}</s>{'name': 'wasm_val_vec_new_empty@language-bindings/python/src/wamr/wasmcapi/binding.py', 'description': 'DOCSTRING', 'code': 'def ... | 0 |
{'name': 'TestS3Storage.test_list_no_metadata@tests/test_storage.py', 'description': 'Test that list works on old keys with no metadata', 'signature': 'def test_list_no_metadata(self):'}</s>{'name': 'FileStorage@pypicloud/storage/files.py', 'description': 'Stores package files on the filesystem', 'base_classes': ['ISto... | 0 |
{'name': 'BareValidator._validate_max@cerberus/validator.py', 'description': "{'nullable': False }", 'signature': 'def _validate_max(self, max_value, field, value):'}</s>MIN_LENGTH = ErrorDefinition(0x27, 'minlength') | 0 |
{'name': 'bisection@TDScanner/sqlmap/lib/techniques/blind/inference.py', 'description': 'Bisection algorithm that can be used to perform blind SQL injection\non an affected host', 'signature': 'def bisection(payload, expression, length=None, charsetType=None, firstChar=None, lastChar=None, dump=False):'}</s>INFERENCE_G... | 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': 'If@src/api/python/z3/z3.py', 'description': "Create a Z3 if-then-else expression.\n\n>>> x = Int('x')\n>>> y = Int('y')\n>>> max = If(x > y, x, y)\n>>> max\nIf(x > y, x, y)\n>>> simplify(max)\nIf(x <= y, y, x)", 'signature': 'def If(a, b, c, ctx=None):'}</s>{'name': 'Q@src/api/python/z3/z3.py', 'description':... | 0 |
{'name': 'ExportControl.exportOldTreeLine@source/exports.py', 'description': 'Export old TreeLine version (2.0.x), use ExportDialog options.\n\nPrompt user for path if not given in argument.\nReturn True on successful export.\nArguments:\n pathObj -- use if given, otherwise prompt user', 'signature': 'def exportOldT... | 0 |
{'name': 'est_res@wfdb/io/_signal.py', 'description': 'Estimate the resolution of each signal in a multi-channel signal in\nbits. Maximum of 32 bits.\n\nParameters\n----------\nsignals : ndarray, list\n A 2d numpy array representing a uniform multichannel signal, or\n a list of 1d numpy arrays representing multip... | 0 |
{'name': 'GoogleVisibleMap.__init__@salem/datasets.py', 'description': "Initialize\n\nParameters\n----------\nx : array\n x coordinates of the points to include on the map\ny : array\n y coordinates of the points to include on the map\ncrs : proj or Grid\n coordinate reference system of x, y\nsize_x : int\n image s... | 0 |
{'name': 'APIConnection.__init__@qingcloud/iaas/connection.py', 'description': '@param qy_access_key_id - the access key id\n@param qy_secret_access_key - the secret access key\n@param zone - the zone id to access\n@param host - the host to make the connection to\n@param port - the port to use when connect to host\n@pa... | 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_exclude_hook_command@conrad/cli.py', 'description': 'for any command that is not decorated, call the callback', 'signature': 'def make_exclude_hook_command(callback):'}</s>__author_email__ = "vmehta94@gmail.com" | 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': 'NodeManager.list_volume_targets@ironicclient/v1/node.py', 'description': 'List all the volume targets for a given node.\n\n:param node_id: Name or UUID of the node.\n:param marker: Optional, the UUID of a volume target, eg the last\n volume target from a previous result set. Return\n ... | 0 |
{'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... | 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': 'cal_mcep@utils/preprocess_world.py', 'description': 'cal mcep given wav singnal\nthe frame_period used only for pad_wav_to_get_fixed_frames', 'signature': 'def cal_mcep(wav, sr=SAMPLE_RATE, dim=FEATURE_DIM, fft_size=FFTSIZE):'}</s>{'name': '_unnormalise_mel@utils/audio_utils.py', 'description': 'DOCSTRING', '... | 0 |
{'name': 'create_default_parser@llvm-project/clang/tools/scan-build-py/lib/libscanbuild/arguments.py', 'description': 'Creates command line parser for all build wrapper commands. ', 'signature': 'def create_default_parser():'}</s>{'name': 'parse_args_for_analyze_build@llvm-project/clang/tools/scan-build-py/lib/libscanb... | 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>{'name': 'convert_to_unicode@baseline/bert/tokenization.py', 'description': "Converts `text` to Unicode (if ... | 0 |
{'name': 'Record.body_string@shingetsu/cache.py', 'description': 'Remove attach field.', 'signature': 'def body_string(self):'}</s>{'name': 'Broadcast@shingetsu/node.py', 'description': 'DOCSTRING', 'base_classes': ['threading.Thread'], 'methods': [{'name': 'Broadcast.__init__@shingetsu/node.py', 'description': 'DOCSTR... | 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_STATS = 773 | 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': 'Scheduler.subscribe@src/apscheduler/_schedulers/sync.py', 'description': 'Subscribe to events.\n\nTo unsubscribe, call the :meth:`~abc.Subscription.unsubscribe` method on the\nreturned object.\n\n:param callback: callable to be called with the event object when an event is\n published\n:param event_types: ... | 0 |
{'name': 'ProcessGlobalSuppresions@third_party/cpplint/cpplint.py', 'description': 'Updates the list of global error suppressions.\n\nParses any lint directives in the file that have global effect.\n\nArgs:\n lines: An array of strings, each representing a line of the file, with the\n last element being empty ... | 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': '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': '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': 'Normalizer.__init__@PyBioMed/PyPretreat/PyPretreatMolutil.py', 'description': 'Initialize a Normalizer with an optional custom list of :class:`~molvs.normalize.Normalization` transforms.\n\n:param normalizations: A list of :class:`~molvs.normalize.Normalization` transforms to apply.\n:param int max_restarts:... | 0 |
{'name': 'test_merged_dup_stream_alignments@maf/impl/naiveLiftUp.py', 'description': 'Check merged_dup_stream behavior on AlignmentGroups.', 'signature': 'def test_merged_dup_stream_alignments():'}</s>{'name': 'test_reroot_tree@maf/impl/naiveLiftUp.py', 'description': 'DOCSTRING', 'code': 'def test_reroot_tree():\n ... | 0 |
{'name': 'AsyncAHK.start_hotkeys@ahk/_async/engine.py', 'description': 'Start the Autohotkey process for triggering hotkeys', 'signature': 'def start_hotkeys(self) -> None:'}</s>sleep = time.sleep | 0 |
{'name': 'ConfigObj._parse@BlDevCube/lib.bflb_configobj.pyc.py', 'description': 'Actually parse the config file.', 'signature': 'def _parse(self, infile):'}</s>{'name': 'ParseError@BlDevCube/lib.bflb_configobj.pyc.py', 'description': 'DOCSTRING', 'base_classes': ['ConfigObjError'], 'methods': []} | 1 |
{'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': 'shutdownLogger@tools/ble_sniffer/extcap/SnifferAPI/Logger.py', 'description': 'DOCSTRING', 'code': 'def shutdownLogger(... | 0 |
{'name': 'ScheduledCharge.between@src/pyze/api/schedule.py', 'description': 'Convenience method for creating a scheduled charge between two\ndatetimes. The date part of the datetimes is used only for calculating\nthe interval between them (hence the duration of the charge).\n\nTimes should be in UTC. No timezone conver... | 0 |
{'name': '_remove_bom_from_list@meza/io.py', 'description': 'Remove a byte order marker (BOM) from a list', 'signature': 'def _remove_bom_from_list(row, bom):'}</s>{'name': 'read_sqlite@meza/io.py', 'description': "Reads a sqlite file.\n\nArgs:\n filepath (str): The sqlite file path\n table (str): The table to lo... | 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': 'filter_prune@condensa/pi.py', 'description': 'Prunes 3D blocks (filters) of module parameters based on magnitude (inplace).\n\n:param module: PyTorch module.\n:type module: `torch.nn.Module`\n:param threshold: Magnitude threshold for pruning.\n:type threshold: `float`\n:param criteria: Aggregation function fo... | 0 |
{'name': '_GetTextInside@tools/caffe-sphereface/scripts/cpp_lint.py', 'description': "Retrieves all the text between matching open and close parentheses.\n\nGiven a string of lines and a regular expression string, retrieve all the text\nfollowing the expression and between opening punctuation symbols like\n(, [, or {, ... | 0 |
{'name': 'select@aegea/s3.py', 'description': "Select data from an S3 object using AWS S3 Select.\n\nSee https://docs.aws.amazon.com/AmazonS3/latest/dev/selecting-content-from-objects.html.\n\nExample:\n\n aegea s3 select s3://my-bucket/data.json 'select * from S3Object[*].path'", 'signature': 'def select(args):'}</... | 0 |
{'name': 'rmtree@venv/Lib/site-packages/pip-19.0.3-py3.6.egg/pip/_vendor/distlib/_backport/shutil.py', 'description': 'Recursively delete a directory tree.\n\nIf ignore_errors is set, errors are ignored; otherwise, if onerror\nis set, it is called to handle the error with arguments (func,\npath, exc_info) where func is... | 0 |
{'name': 'create_and_configure_vpc@lib/workshop.py', 'description': 'Create VPC', 'signature': "def create_and_configure_vpc(tag='research-workshop'): "}</s>{'name': 'describe_job_queues@lib/workshop.py', 'description': 'DOCSTRING', 'code': "def describe_job_queues(job_queues):\n batch = boto3.client('batch')\n t... | 0 |
{'name': 'check_for_invalid_header@tor/validation/formatting_validation.py', 'description': 'Check if the transcription contains a valid header option (Image, Video, or Audio).\n\nValid: *Video Transcription: Test*\nValid: *Image Transcription*\nInvalid: *Random Transcription*\nInvalid: Test *Image Transcription*', 'si... | 0 |
{'name': 'docs@tasks.py', 'description': 'Generate API documentation (using Sphinx).', 'signature': 'def docs('}</s>MOD = "cloud_browser" | 0 |
{'name': 'Client.run_executable@pypsexec/client.py', 'description': "Runs a command over the PAExec/PSExec interface based on the options\nprovided. At a minimum the executable argument is required and the\nrest can stay as the defaults.\n\nThe default configuration for a process (with no changes) is;\n User: The us... | 1 |
{'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': 'InstanceGroupsAction.delete_instance_groups@qingcloud/iaas/actions/instance_groups.py', 'description': 'Delete the specific instance group.\n@param instance_groups: An id list contains the group(s) id which will be deleted.', 'signature': 'def delete_instance_groups(self, instance_groups,'}</s>ACTION_MODIFY_E... | 0 |
{'name': 'Board.status@Monika After Story/game/python-packages/chess/__init__.py', 'description': 'Gets a bitmask of possible problems with the position.\n\nMove making, generation and validation are only guaranteed to work on\na completely valid board.\n\n:data:`~chess.STATUS_VALID` for a completely valid board.\n\nOt... | 0 |
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQIACF_APPL_INFO_APPL = 1429 | 0 |
{'name': 'ResnetUtilsTest.testEndPointsV1@Attackset/Iter2_v4_random/nets/resnet_v1_test.py', 'description': 'Test the end points of a tiny v1 bottleneck network.', 'signature': 'def testEndPointsV1(self):'}</s>{'name': 'conv2d_same@Attackset/fgsm_ensv3_random/nets/resnet_utils.py', 'description': "Strided 2-D convoluti... | 0 |
{'name': 'RIPPER._grow_ruleset@build/lib/wittgenstein/ripper.py', 'description': 'Grow a Ruleset with pruning.', 'signature': 'def _grow_ruleset('}</s>{'name': 'truncstr@wittgenstein/base_functions.py', 'description': "Return Ruleset string representation limited to a specified number of rules.\n\nlimit: how many rules... | 0 |
{'name': 'Header.FillOut@vimdoc/docline.py', 'description': 'Expands the usage line with the given arguments.', 'signature': 'def FillOut(self, name, sep, extra_reqs, extra_opts):'}</s>backmatter_args = re.compile(r'([a-zA-Z_-][a-zA-Z0-9_-]*)') | 0 |
{'name': 'post2rss@morerss/zhihu_stream.py', 'description': ':param post (dict): 帖子数据\n:param digest (bool): 输出摘要\n:param pic (str): pic=cf 或 pic=google:指定图片代理提供方\n:param extra_types (tuple): 除回答和文章之外的其他帖子类型\n:return: PyRSS2Gen.RSSItem: post RSS item', 'signature': 'def post2rss(post, digest=False, pic=None, extra_type... | 0 |
{'name': 'TarInfo.frombuf@venv/Lib/site-packages/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>PAX_NAME_FIELDS = set(("path", "linkpath", "uname", "gname")) | 0 |
{'name': 'isi_schema_to_swagger_object@components/create_swagger_config.py', 'description': 'Convert isi_schema to Swagger object definition.', 'signature': 'def isi_schema_to_swagger_object(isi_obj_name_space, isi_obj_name,'}</s>{'name': 'isi_delete_to_swagger_path@components/create_swagger_config.py', 'description': ... | 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': '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': 'CreatesuperuserManagementCommandTestCase.test_password_validation@tests/test_management.py', 'description': 'Creation should fail if the password fails validation.', 'signature': 'def test_password_validation(self):'}</s>{'name': 'mock_inputs@tests/test_management.py', 'description': 'Replace input/getpass\n\... | 1 |
{'name': 'conv_module.__init__@src/models/Hang2020.py', 'description': 'Define a simple conv block with batchnorm and optional max pooling', 'signature': 'def __init__(self, in_channels, filters, maxpool_kernel=None):'}</s>{'name': 'spectral_network@src/models/Hang2020.py', 'description': 'Learn spectral features with ... | 0 |
{'name': '_net_interface_type@kayobe/plugins/filter/networks.py', 'description': "Return a string describing the network interface type.\n\nPossible types include 'ether', 'bridge', 'bond'.", 'signature': 'def _net_interface_type(context, name, inventory_hostname):'}</s>{'name': 'get_and_validate_interface@kayobe/plugi... | 0 |
{'name': '_FixPath@gyp/pylib/gyp/generator/msvs.py', 'description': 'Convert paths to a form that will make sense in a vcproj file.\n\nArguments:\n path: The path to convert, may contain / etc.\nReturns:\n The path with all slashes made into backslashes.', 'signature': 'def _FixPath(path, separator="\\\\"):'}</s>{'na... | 0 |
{'name': 'ParserElement.setDebugActions@tests/_lib_vendors/pkg_resources/_vendor/pyparsing.py', 'description': 'Enable display of debugging messages while doing pattern matching.', 'signature': 'def setDebugActions( self, startAction, successAction, exceptionAction ):'}</s>{'name': '_PositionToken@tests/_lib_vendors/pk... | 0 |
{'name': 'PrintState@MRT.py', 'description': 'Make a pretty version of the current state ', 'signature': 'def PrintState():'}</s>debug = True | 0 |
{'name': 'all_equal@aioredlock/redis.py', 'description': 'Returns True if all the elements are equal to each other', 'signature': 'def all_equal(iterable):'}</s>{'name': 'raise_error@aioredlock/redis.py', 'description': 'DOCSTRING', 'code': 'def raise_error(results, default_message):\n errors = [e for e in results i... | 0 |
{'name': 'Monitor.decode_json@wideq/client.py', 'description': 'Decode a bytestring that encodes JSON status data.', 'signature': 'def decode_json(data: bytes) -> Dict[str, Any]:'}</s>APP_KEY = "wideq" | 0 |
{'name': 'solve_ilp_gurobi@checkmate/core/solvers/gurobi_solver.py', 'description': 'Memory-accurate solver with garbage collection.\n:param g: DFGraph -- graph definition extracted from model\n:param budget: int -- budget constraint for solving\n:param seed_s: np.ndarray -- optional parameter to set warm-start for sol... | 1 |
{'name': 'FPVal@src/api/python/z3/z3.py', 'description': 'Return a floating-point value of value `val` and sort `fps`.\nIf `ctx=None`, then the global context is used.\n\n>>> v = FPVal(20.0, FPSort(8, 24))\n>>> v\n1.25*(2**4)\n>>> print("0x%.8x" % v.exponent_as_long(False))\n0x00000004\n>>> v = FPVal(2.25, FPSort(8, 24... | 0 |
{'name': 'Plotter.__init__@code/common.py', 'description': 'Initializer\n\nParameters\n-----------\n\npde: PDE: object managing the pde.\nnn: Neural network for the solution\neq: DiffEq: Differential equation to evaluate.\nno_show_exact: bool: Show exact solution or not.', 'signature': 'def __init__(self, pde, nn, no_s... | 0 |
{'name': 'TopLevelMixin.repeat@altair/vegalite/v5/api.py', 'description': "Return a RepeatChart built from the chart\n\nFields within the chart can be set to correspond to the row or\ncolumn using `alt.repeat('row')` and `alt.repeat('column')`.\n\nParameters\n----------\nrepeat : list\n a list of data column names t... | 0 |
{'name': 'DonutModel.unload@loudml/donut.py', 'description': 'Unload current model', 'signature': 'def unload(self):'}</s>{'name': '_get_encoder@loudml/donut.py', 'description': 'DOCSTRING', 'code': "def _get_encoder(_keras_model):\n # instantiate encoder model\n main_input = _keras_model.inputs[0]\n aux_input... | 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_1 = CScriptOp(0x51) | 1 |
{'name': 'FakePopen.run_thread@pytest_subprocess/fake_popen.py', 'description': 'Run the user-defined callback or wait in a thread.', 'signature': 'def run_thread(self) -> None:'}</s>OPTIONAL_TEXT_OR_ITERABLE = Union[
str,
bytes,
None,
Sequence[Union[str, bytes]],
] | 0 |
{'name': 'PyeCli.tmp_dir@tests/conftest.py', 'description': 'tmp dir to do the encryption', 'signature': 'def tmp_dir(self):'}</s>{'name': 'sample_import_sub_module_path@tests/conftest.py', 'description': 'DOCSTRING', 'code': "def sample_import_sub_module_path():\n return join(ROOT_DIR, 'tests', 'exe_testcases', 'te... | 0 |
{'name': 'get_operand_registers@peachpy/x86_64/operand.py', 'description': 'Returns a set of registers that comprise the operand', 'signature': 'def get_operand_registers(operand):'}</s>{'name': 'is_vmxk@peachpy/x86_64/operand.py', 'description': 'DOCSTRING', 'code': 'def is_vmxk(operand):\n from peachpy.x86_64.regi... | 0 |
{'name': 'test_enumerate_integral_points@tests/polytope_test.py', 'description': 'Test the computation of integral points.', 'signature': 'def test_enumerate_integral_points():'}</s>{'name': 'projection_iterhull@polytope/polytope.py', 'description': 'Helper function implementing the "iterative hull" method.\n\nWorks be... | 0 |
{'name': 'convert_entries@code/html/generate_static_website.py', 'description': ':param entries:\n:param inspirations:\n:param developers:\n:return:', 'signature': 'def convert_entries(entries, inspirations, developers):'}</s>local_config_file = root_path / 'local-config.ini' | 0 |
{'name': 'NetSuiteClient.upsert@netsuitesdk/internal/client.py', 'description': "Add an object of type recordType with given externalId..\nIf a record of specified type with matching externalId already\nexists, it is updated.\n\nUsage example:\n customer = self.Customer()\n customer.externalId = 'customer_id'\n ... | 0 |
{'name': 'upload@flickr_api/upload.py', 'description': 'Authentication:\n\n This method requires authentication with \'write\' permission.\n\nArguments:\n photo_file\n The file to upload.\n title (optional)\n The title of the photo.\n description (optional)\n A description of the photo.... | 0 |
{'name': 'IPDatabase.export_cadence@ipstools/ipstools/IPDatabase.py', 'description': 'Exports analyze scripts to be used for ASIC synthesis in Cadence RTL Compiler.\n\n :param script_path: The path where the Makefiles are collected\n :type script_path: str\n\n :param target_tech: Target si... | 0 |
{'name': 'is_shortcut_url@shortcuts/utils.py', 'description': 'Determines is it a shortcut URL or not', 'signature': 'def is_shortcut_url(url: str) -> bool:'}</s>{'name': 'UnknownActionError@shortcuts/exceptions.py', 'description': 'Action is not supported', 'base_classes': ['ShortcutsException'], 'methods': [{'name': ... | 0 |
{'name': 'Context.add_param@onnx_chainer/context.py', 'description': 'Add a parameter array as an ONNX initializer.\n\nReturns:\n str: registered name.', 'signature': 'def add_param(self, array, name, use_original_name=False):'}</s>__func_name = None | 0 |
{'name': '_is_iterable@src/opinf/operators/_affine.py', 'description': 'Return True if obj is iterable, False, else.', 'signature': 'def _is_iterable(obj):'}</s>{'name': 'CubicOperator@src/opinf/operators/_nonparametric.py', 'description': 'Cubic state operator\n:math:`\\Ophat_{\\ell}(\\qhat,\\u) = \\Ghat[\\qhat\\otime... | 0 |
{'name': 'roleassign@code/link_coref.py', 'description': 'assign role to argument followed type of event', 'signature': 'def roleassign(allevent,pred_result,sentences):'}</s>MaxLength = {'Databreach':8,'Phishing':6, 'Ransom':7,'DiscoverVulnerability': 8,'PatchVulnerability': 7 } | 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': '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_SIZE = CScriptOp(0x82) | 0 |
{'name': 'ECMA376Agile._derive_iterated_hash_from_password@msoffcrypto/method/ecma376_agile.py', 'description': 'Do a partial password-based hash derivation.\nNote the block key is not taken into consideration in this function.', 'signature': 'def _derive_iterated_hash_from_password('}</s>{'name': 'FileFormatError@msof... | 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': 'init_listener@pyexfil/network/ICMP/icmp_exfiltration.py', 'description': 'init_listener will start a listener for incoming ICMP packets\non a specified ip_addr to receive the packets. It will then\nsave a log file and the incoming information to the given path.\n\nIf none given it will generate one itself.\n:... | 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': 'Circuit.id@discopy/quantum/circuit.py', 'description': 'The identity circuit on a given domain.\n\nParameters:\n dom : The domain (and codomain) of the identity,\n or ``qubit ** dom`` if ``dom`` is an ``int``.', 'signature': 'def id(cls, dom: int | Ty = None):'}</s>{'name': 'factory_name@discopy/u... | 0 |
{'name': 'insert_json@cr8/insert_json.py', 'description': 'Insert JSON lines from a file or stdin into a CrateDB cluster.\n\nIf no hosts are specified the statements will be printed.\n\nArgs:\n table: Target table name.\n bulk_size: Bulk size of the insert statements.\n concurrency: Number of operations to run... | 0 |
{'name': '_GetTextInside@tools/caffe-sphereface/scripts/cpp_lint.py', 'description': "Retrieves all the text between matching open and close parentheses.\n\nGiven a string of lines and a regular expression string, retrieve all the text\nfollowing the expression and between opening punctuation symbols like\n(, [, or {, ... | 0 |
{'name': 'Comps._verif_to_comps_threshold@verif/input.py', 'description': 'Converts from verif threshold (i.e. 0.3) to COMPS name (i.e p03) ', 'signature': 'def _verif_to_comps_threshold(threshold):'}</s>{'name': 'get_intervals@verif/util.py', 'description': 'Returns a list of interval objects. If bin_type is *within*,... | 0 |
{'name': 'Client.get_label@src/labels/github.py', 'description': 'Return a single Label from the repository.\n\nGitHub API docs:\nhttps://developer.github.com/v3/issues/labels/#get-a-single-label', 'signature': 'def get_label(self, repo: Repository, *, name: str) -> Label:'}</s>{'name': 'Label@src/labels/github.py', 'd... | 1 |
{'name': 'speed_camera@versions/speed-cam_8.87.py', 'description': 'Main speed camera processing function ', 'signature': 'def speed_camera():'}</s>MO_CROP_AUTO_ON = False | 0 |
{'name': 'Workflow._filter_item@src/workflow/workflow.py', 'description': 'Filter ``value`` against ``query`` using rules ``match_on``.\n\n:returns: ``(score, rule)``', 'signature': 'def _filter_item(self, value, query, match_on, fold_diacritics):'}</s>INITIALS = string.ascii_uppercase + string.digits | 1 |
{'name': 'rdf_type_candidates@utils/query_graph_to_sparql.py', 'description': ' Takes in path ID (continous IDs, not glove vocab).\n And return type candidates (in continous IDs)\n based on whether we want URI or X candidates\n:param data:\n:param path_id:\n:param relations:\n:param reverse_vocab:\n:param ... | 0 |
{'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': 'expectedFailureAndroid@llvm-proj... | 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': 'MidiStatus.get_columns@robopianist/viewer/application.py', 'description': 'Returns the text to display in two columns.', 'signature': 'def get_columns(self):'}</s>KEY_U = 85 | 0 |
{'name': 'quaternion_from_matrix@utils/transformations.py', 'description': 'Return quaternion from rotation matrix.\n\nIf isprecise is True, the input matrix is assumed to be a precise rotation\nmatrix and a faster algorithm is used.\n\n>>> q = quaternion_from_matrix(numpy.identity(4), True)\n>>> numpy.allclose(q, [1, ... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.