text string | label int64 |
|---|---|
{'name': 'GoEl@MRT_FUNC_PY4_influxDB.py', 'description': 'Go to a specific elevation without changing azimuth', 'signature': 'def GoEl(elGe=None):'}</s>FORWARD = b'F' | 1 |
{'name': 'GmphdFilterBase.plot_2d@src/vswarm/object_tracking/filters/gmphd/gmphd_filter_base.py', 'description': 'Plot 2-dimensional representation of filter components.\n\nArguments:\n ax (matplotlib.axes): Matplotlib axes object\n weight_thresh (float): Weight threshold for plotting', 'signature': 'def plot_2d(... | 0 |
{'name': 'ParserSpec.p_field_seq@thriftrw/idl/parser.py', 'description': 'field_seq : field sep field_seq\n| field field_seq\n|', 'signature': 'def p_field_seq(self, p):'}</s>{'name': 'Annotation@thriftrw/idl/ast.py', 'description': 'Annotations for entities that can be annotated.\n\nThey\'re usually in the form,::\n\n... | 0 |
{'name': 'Reader.process_chunk@tools/gfx/png.py', 'description': 'Process the next chunk and its data. This only processes the\nfollowing chunk types, all others are ignored: ``IHDR``,\n``PLTE``, ``bKGD``, ``tRNS``, ``gAMA``, ``sBIT``, ``pHYs``.\n\nIf the optional `lenient` argument evaluates to `True`,\nchecksum fail... | 0 |
{'name': 'Client.get_partitions_ps_with_auth@runner/tez/apache-hive-0.13.0.2.1.0.0-92-bin/lib/py/hive_metastore/ThriftHiveMetastore.py', 'description': 'Parameters:\n - db_name\n - tbl_name\n - part_vals\n - max_parts\n - user_name\n - group_names', 'signature': 'def get_partitions_ps_with_auth(self, db_name, tbl_name,... | 0 |
{'name': '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': 'diff_matrix@dynaphopy/interface/iofile/__init__.py', 'description': ':param array_1: supercell scaled positions respect unit cell\n:param array_2: supercell scaled positions respect unit cell\n:param cell_size: diference between arrays accounting for periodicity\n:return:', 'signature': 'def diff_matrix(array... | 0 |
{'name': 'IDispatch.Invoke@comtypes/automation.py', 'description': 'Invoke a method or property.', 'signature': 'def Invoke(self, dispid: int, *args: Any, **kw: Any) -> Any:'}</s>VT_VARIANT = 12 | 0 |
{'name': 'CheckForNonConstReference@tools/caffe-sphereface/scripts/cpp_lint.py', 'description': 'Check for non-const references.\n\nSeparate from CheckLanguage since it scans backwards from current\nline, instead of scanning forward.\n\nArgs:\n filename: The name of the current file.\n clean_lines: A CleansedLines in... | 0 |
{'name': 'NetworkDaemon.__init__@packages/python-google-compute-engine/google_compute_engine/networking/network_daemon.py', 'description': 'Constructor.\n\nArgs:\n ip_forwarding_enabled: bool, True if ip forwarding is enabled.\n proto_id: string, the routing protocol identifier for Google IP changes.\n ip_aliases: b... | 0 |
{'name': 'get_beta@pychars/beta.py', 'description': "The original idea of calculate beta is using formula (X'MX)^(-1)X'MY,\nwhere M = I - 1(1'1)^{-1}1, I is a identity matrix.", 'signature': 'def get_beta(df):'}</s>rolling_window = 60 | 1 |
{'name': 'writeFileTree@fwtool.py', 'description': 'Writes a list of UnixFiles to the disk, unpacking known archive files', 'signature': 'def writeFileTree(files, path):'}</s>lzhMethod = b'-lh0-' | 0 |
{'name': 'Client.user_metadata@myfitnesspal/client.py', 'description': 'Metadata about of the logged-in account.', 'signature': 'def user_metadata(self) -> types.UserMetadata:'}</s>{'name': 'MealEntry@myfitnesspal/types.py', 'description': 'DOCSTRING', 'base_classes': ['TypedDict'], 'methods': []} | 0 |
{'name': 'Model._predict_loop@modified_keras/keras/models.py', 'description': 'Abstract method to loop over some data in batches.', 'signature': 'def _predict_loop(self, f, ins, batch_size=128, verbose=0):'}</s>{'name': 'model_from_yaml@modified_keras/keras/models.py', 'description': 'Returns a model generated from a l... | 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': '_Command._decode_transfer_data@pyocd/probe/pydapaccess/dap_access_cmsis_dap.py', 'description': 'Take a byte array and extract the data from it\n\nDecode the response returned by a DAP_Transfer CMSIS-DAP command\nand return it as an array of bytes.', 'signature': 'def _decode_transfer_data(self, data):'}</s>{... | 0 |
{'name': 'MainToolTest.testFailingArgValidation@tests/cli/main_tool.py', 'description': "Tests that a recipe fails when args don't validate.", 'signature': 'def testFailingArgValidation(self):'}</s>{'name': 'DFTimewolfError@dftimewolf/lib/errors.py', 'description': 'Class to represent a DFTimewolfError.\n\nAttributes:\... | 0 |
{'name': 'IsDerivedFunction@tools/cpplint.py', 'description': 'Check if current line contains an inherited function.\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 a function with "override"\n virt-specifier... | 0 |
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQUSAGE_PS_SUSPENDED = 4 | 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': 'strLabelConverter.decode@utils.py', 'description': 'Decode encoded texts back into strs.\n\nArgs:\n torch.IntTensor [length_0 + length_1 + ... length_{n - 1}]: encoded texts.\n torch.IntTensor [n]: length of each text.\n\nRaises:\n AssertionError: when the texts and its length does not match.\n\nRetu... | 0 |
{'name': 'do_release@extra/release_tool.py', 'description': 'Handles the interactive menu for doing a release.', 'signature': 'def do_release(release_state_file, args):'}</s>{'name': 'tag_and_push@extra/release_tool.py', 'description': 'If interrupted anywhere, it makes no change, and returns the original tag_avail', '... | 0 |
{'name': 'add_to_bill@BambiCTF_2021/ringring/InvoiceApp/app.py', 'description': 'Endpoint to add an item to the invoice. Adds it both to the db as well as to the logfile.\n\n:return:', 'signature': 'def add_to_bill():'}</s>ACCOUNT = 5 | 0 |
{'name': 'validate_json@tests/test_validate_json.py', 'description': 'REF: https://json-schema.org/ ', 'signature': 'def validate_json(filename):'}</s>{'name': 'test_correct_cases@tests/test_validate_json.py', 'description': 'DOCSTRING', 'code': 'def test_correct_cases(filename):\n validate_json(filename)'} | 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': 'Avanza.get_orders@avanza/avanza.py', 'description': 'Get currently active orders', 'signature': 'def get_orders(self):'}</s>{'name': 'HttpMethod@avanza/constants.py', 'description': 'DOCSTRING', 'base_classes': ['enum.Enum'], 'methods': []} | 1 |
{'name': 'DataFrame.toPandas@06_prepare/archive/spark/spark-2.4.6-bin-without-hadoop/python/pyspark/sql/dataframe.py', 'description': "Returns the contents of this :class:`DataFrame` as Pandas ``pandas.DataFrame``.\n\nThis is only available if Pandas is installed and available.\n\n.. note:: This method should only be u... | 0 |
{'name': 'AssessmentBase.__init__@pelicun/assessment.py', 'description': 'Initialize an Assessment object.\n\nParameters\n----------\nconfig_options:\n User-specified configuration dictionary.', 'signature': 'def __init__(self, config_options: dict[str, Any] | None = None) -> None:'}</s>{'name': 'RandomVariableRegis... | 0 |
{'name': 'GenericMeta.__new__@vendor/typing.py', 'description': 'Create a new generic class. GenericMeta.__new__ accepts\nkeyword arguments that are used for internal bookkeeping, therefore\nan override should pass unused keyword arguments to super().', 'signature': 'def __new__(cls, name, bases, namespace,'}</s>__all_... | 0 |
{'name': 'ParallelCompile.function@deps/pybind11/pybind11/setup_helpers.py', 'description': 'Builds a function object usable as distutils.ccompiler.CCompiler.compile.', 'signature': 'def function(self):'}</s>tmp_chdir_lock = threading.Lock() | 0 |
{'name': 'show_settings@versions/speed-cam_8.87.py', 'description': 'Initialize and Display program variable settings from config.py', 'signature': 'def show_settings():'}</s>{'name': 'speed_camera@versions/speed-cam_8.87.py', 'description': 'Main speed camera processing function ', 'code': 'def speed_camera():\n ""... | 0 |
{'name': 'elab_intermodule@rtl/vendor/pulp_platform_register_interface/vendor/lowrisc_opentitan/util/topgen/intermodule.py', 'description': "Check the connection of inter-module and categorize them\n\nIn the top template, it uses updated inter_module fields to create\nconnections between the modules (incl. memories). T... | 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': 'AGraph.clear@pygraphviz/agraph.py', 'description': 'Remove all nodes, edges, and attributes from the graph.', 'signature': 'def clear(self):'}</s>cvar = _graphviz.cvar | 0 |
{'name': 'IKinBody@7_Demo_youBotPickAndPlace/code/modern_robotics/core.py', 'description': 'Computes inverse kinematics in the body frame for an open chain robot\n\n:param Blist: The joint screw axes in the end-effector frame when the\n manipulator is at the home position, in the format of a\n ... | 0 |
{'name': 'FeedlySession.__init__@feedly/api_client/session.py', 'description': ':param auth: either the access token str to use when making requests or an Auth object to manage tokens. If none\n are passed, it is assumed that the token and refresh token are correcly setup in the `~/.config/feedly`\n directory. You can ... | 1 |
{'name': 'PostgresNode.restart@testgres/node.py', 'description': 'Restart this node using pg_ctl.\n\nArgs:\n params: additional arguments for pg_ctl.\n\nReturns:\n This instance of :class:`.PostgresNode`.', 'signature': 'def restart(self, params=[]):'}</s>InternalError = pglib.InternalError | 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_INQUIRE = 10 | 0 |
{'name': 'install_tees@calrissian/main.py', 'description': 'Reconnects stdout/stderr to `tee` processes via subprocess.PIPE that can write to user-supplied files\nhttps://stackoverflow.com/a/651718/595085\n:param stdout_path: optional path of file to tee standard output to\n:param stderr_path: optional path of file to ... | 0 |
{'name': 'sign2map@venv/Lib/site-packages/numpy/f2py/capi_maps.py', 'description': 'varname,ctype,atype\ninit,init.r,init.i,pytype\nvardebuginfo,vardebugshowvalue,varshowvalue\nvarrfromat\nintent', 'signature': 'def sign2map(a, var):'}</s>{'name': 'ischaracter@venv/Lib/site-packages/numpy/f2py/auxfuncs.py', 'descriptio... | 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': 'expectedFlakey@llvm-project/lldb... | 0 |
{'name': 'add_to_bill@BambiCTF_2021/ringring/InvoiceApp/app.py', 'description': 'Endpoint to add an item to the invoice. Adds it both to the db as well as to the logfile.\n\n:return:', 'signature': 'def add_to_bill():'}</s>PAYMENT_SETTLED = "cash" | 1 |
{'name': 'ProcessFile@tools/cpplint.py', 'description': 'Does google-lint on a single file.\n\nArgs:\n filename: The name of the file to parse.\n\n vlevel: The level of errors to report. Every error of confidence\n >= verbose_level will be reported. 0 is a good default.\n\n extra_check_functions: An array of addi... | 0 |
{'name': 'accEvalu@boxx/ylml/ylmlEvalu.py', 'description': '评估二分类分割问题 返回dict 包含 acc 和 loss\n\nParameters\n----------\nre : np.ndarray\n resoult or prob, 标签或h*w*n 的概率矩阵\ngt : np.ndarray of bool\n ground Truth, 值为每个像素的类别', 'signature': 'def accEvalu(re, gt):'}</s>log = FunAddMagicMethod(printf) | 0 |
{'name': 'replace@yaql/standard_library/date_time.py', 'description': ':yaql:replace\n\nReturns datetime object with applied replacements.\n\n:signature: dt.replace(year => null, month => null, day => null,\n hour => null, minute => null, second => null,\n microsecond => null... | 0 |
{'name': 'MetadataManager.AddSshKey@daisy_workflows/linux_common/utils/common.py', 'description': 'Generate and add an ssh key to the metadata\n\nArgs:\n md_key: string, SSH_KEYS or SSHKEYS_LEGACY, defines where to add the key.\n level: enum, INSTANCE_LEVEL (default) or PROJECT_LEVEL to fetch the\n metadata.\n ... | 0 |
{'name': 'NerProcessor._read_tsv@bert_downstream/train_ner.py', 'description': '读取数据集', 'signature': 'def _read_tsv(self, input_file):'}</s>{'name': 'convert_single_example@bert_downstream/train_ner.py', 'description': 'Converts a single `InputExample` into a single `InputFeatures`.', 'code': 'def convert_single_exampl... | 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': 'FiltersSet.get_filter_conditions@sievelib/factory.py', 'description': 'Retrieve conditions of the given filter.', 'signature': 'def get_filter_conditions(self, name: str) -> Union[List[str], None]:'}</s>{'name': 'EnvelopeCommand@sievelib/commands.py', 'description': 'DOCSTRING', 'base_classes': ['TestCommand'... | 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': 'SendMessage._change_name_workflow@py/send_message.py', 'description': 'Invoke change name workfow.', 'signature': 'def _change_name_workflow(self, name: Optional[str] = None) -> None:'}</s>OP_HER_COMEZ_TEH_HANDSHAEK = b'H' | 0 |
{'name': 'Application.__init__@robopianist/viewer/application.py', 'description': 'Instance initializer.', 'signature': 'def __init__(self, title="Explorer", width=1024, height=768):'}</s>{'name': 'BaseRenderer@robopianist/viewer/renderer.py', 'description': 'A base class for component-based Mujoco Renderers implementa... | 0 |
{'name': 'generate_json@hackr/object_generator.py', 'description': 'Use generators to fill the data of each field', 'signature': 'def generate_json(count, **kwargs):'}</s>{'name': 'ipv4@hackr/generator.py', 'description': 'DOCSTRING', 'code': 'def ipv4(count, network=False):\n dataset = []\n for i in range(count)... | 0 |
{'name': 'NestingState.CheckCompletedBlocks@scripts/cpplint.py', 'description': 'Checks that all classes and namespaces have been completely parsed.\n\nCall this when all lines in a file have been processed.\nArgs:\n filename: The name of the current file.\n error: The function to call with any errors found.', 'signa... | 0 |
{'name': 'get_cmdclass@versioneer.py', 'description': 'Get the custom setuptools/distutils subclasses used by Versioneer.', 'signature': 'def get_cmdclass():'}</s>{'name': 'git_get_keywords@versioneer.py', 'description': 'Extract version information from the given file.', 'code': 'def git_get_keywords(versionfile_abs):... | 0 |
{'name': 'PFOp._to_string@pf/rule.py', 'description': 'Return the string representation of the operation.', 'signature': 'def _to_string(self):'}</s>PF_LIMIT_FRAGS = 2 | 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>MQCA_CLUSTER_TIME = 2038 | 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': 'LibcxxPrettyPrinter.__call__@llvm-project/libcxx/utils/gdb/libcxx/printers.py', 'description': 'Return the pretty printer for a val, if the type is supported.', 'signature': 'def __call__(self, val):'}</s>{'name': 'StdSetPrinter@llvm-project/libcxx/utils/gdb/libcxx/printers.py', 'description': 'Print a std::s... | 0 |
{'name': 'initialize_runtime_options@da/common.py', 'description': "Sets and sanitizes runtime options.\n\n'options' should be a dict-like object containing mappings from options\nnames to corresponding values.", 'signature': 'def initialize_runtime_options(options=None):'}</s>{'name': 'get_inc_module@da/common.py', 'd... | 0 |
{'name': 'Bottle.reset@src/back/kite/bottle.py', 'description': 'Reset all routes (force plugins to be re-applied) and clear all\ncaches. If an ID or route object is given, only that specific route\nis affected. ', 'signature': 'def reset(self, route=None):'}</s>{'name': 'FapwsServer@src/back/kite/bottle.py', 'descript... | 0 |
{'name': 'Dicom2STL@dicom2stl/Dicom2STL.py', 'description': 'The primary dicom2stl function', 'signature': 'def Dicom2STL(args):'}</s>{'name': 'roundThousand@dicom2stl/Dicom2STL.py', 'description': 'Round to the nearest thousandth', 'code': 'def roundThousand(x):\n """Round to the nearest thousandth"""\n y = int(... | 0 |
{'name': 'arcball_constrain_to_axis@transformations.py', 'description': 'Return sphere point perpendicular to axis.', 'signature': 'def arcball_constrain_to_axis(point, axis):'}</s>_TUPLE2AXES = dict((v, k) for k, v in _AXES2TUPLE.items()) | 0 |
{'name': '_IncludeState.CheckNextIncludeOrder@scripts/cpplint.py', 'description': "Returns a non-empty error message if the next header is out of order.\n\nThis function also updates the internal state to be ready to check\nthe next include.\n\nArgs:\n header_type: One of the _XXX_HEADER constants defined above.\n\nRe... | 0 |
{'name': 'EmbeddingCtx.get_embedding_size@persia/ctx.py', 'description': 'Get number of ids on all embedding servers.', 'signature': 'def get_embedding_size(self) -> List[int]:'}</s>{'name': 'set_env@persia/env.py', 'description': 'Set environment without any sanity check.', 'code': 'def set_env(**kwargs):\n """Set ... | 0 |
{'name': 'ProcessLine@ament_cpplint/ament_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 fi... | 0 |
{'name': 'KubernetesPodBuilder.pod_nodeselectors@calrissian/job.py', 'description': 'Submitted node selectors must be strings\n:return:', 'signature': 'def pod_nodeselectors(self):'}</s>{'name': 'KubernetesClient@calrissian/k8s.py', 'description': 'Instances of this class are created by a `calrissian.job.CalrissianComm... | 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_m128_m64bcst@peachpy/x86_64/operand.py', 'description': 'DOCSTRING', 'code': 'def is_m128_m64bcst(operand):\n return i... | 0 |
{'name': 'SpawnInstance.__init__@osquery/management.py', 'description': 'Keyword arguments:\npath -- the path to and osqueryd binary to spawn', 'signature': 'def __init__(self, path=None):'}</s>{'name': 'InternalExtensionInfo@osquery/extensions/ttypes.py', 'description': 'Attributes:\n - name\n - version\n - sdk_versio... | 0 |
{'name': 'VolumeGANGenerator.__init__@models/volumegan_generator.py', 'description': 'Initializes with basic settings.\n\nRaises:\n ValueError: If the `resolution` is not supported, or `architecture`\n is not supported.', 'signature': 'def __init__(self,'}</s>{'name': 'InstanceNormLayer@models/volumegan_gener... | 0 |
{'name': 'sub_df@char60/beta.py', 'description': ":param start: the quantile to start cutting, usually it should be 0\n:param end: the quantile to end cutting, usually it should be 1\n:param step: quantile step\n:return: a dictionary including all the 'firm_list' dataframe and 'stock data' dataframe", 'signature': 'def... | 1 |
{'name': 'Puzzle._calculate_final_score@puzzlemaker/puzzle.py', 'description': 'Get the score of the final board position in the puzzle\nafter the last move is made', 'signature': 'def _calculate_final_score(self, depth):'}</s>{'name': 'log_board@puzzlemaker/logger.py', 'description': 'Logs the fen string and board rep... | 0 |
{'name': 'Avanza.get_transactions_details@avanza/avanza.py', 'description': 'Get transactions, optionally apply criteria.\n\nArgs:\n\n transaction_types: One or more transaction types.\n\n transactions_from: Fetch transactions from this date.\n\n transactions_to: Fetch transactions to this date.\n\n isin: O... | 0 |
{'name': 'PFDivert._to_string@pf/rule.py', 'description': 'Return a string representation of the object.', 'signature': 'def _to_string(self):'}</s>PF_TRANS_TABLE = 1 | 0 |
{'name': 'Numeral.__rgt__@src/api/python/z3/z3num.py', 'description': 'Return True if `other > self`.\n\n>>> 2 > Numeral(Sqrt(2))\nTrue', 'signature': 'def __rgt__(self, other):'}</s>{'name': 'fpToSBV@src/api/python/z3/z3.py', 'description': "Create a Z3 floating-point conversion expression, from floating-point express... | 0 |
{'name': 'get_env_name@src/conda_devenv/devenv.py', 'description': ':param args:\n When the user supplies the name option in the command line this namespace have a "name"\n defined with a not `None` value and this value is returned.\n:param conda_yaml_dict:\n If supplied and not `None` then `output_filename` i... | 0 |
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQXPT_DECNET = py23long(5) | 0 |
{'name': 'ValidateCmd.validate@operatorcourier/validate.py', 'description': 'validate takes a bundle as a dictionary and returns a boolean value that\ndescribes if the bundle is valid. It also logs verification information when\nthere are invalid sections in the bundle.\n\n:param bundle: Dictionary of bundle value\n:pa... | 0 |
{'name': 'LoadBalancerAction.create_loadbalancer@qingcloud/iaas/actions/loadbalancer.py', 'description': 'Create new load balancer.\n@param eips: the IDs of the eips that will be associated to load balancer.\n@param loadbalancer_name: the name of the loadbalancer.\n@param security_group: the id of the security_group yo... | 0 |
{'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': 'clsInd2Name@lib/rpn_util.py', 'description': 'Converts a cls ind to string name', 'code': 'de... | 0 |
{'name': 'data_generator.__iter__@examples/task_reading_comprehension_by_seq2seq.py', 'description': '单条样本格式:[CLS]篇章[SEP]问题[SEP]答案[SEP]\n ', 'signature': 'def __iter__(self, random=False):'}</s>max_q_len = 64 | 0 |
{'name': 'getSyllsFromWav@avgn/segment_song/wav_to_syllables.py', 'description': 'Extract syllables from wav file\n ', 'signature': 'def getSyllsFromWav(row, _mel_basis, wav_time, hparams):'}</s>{'name': 'xcorr_offset@avgn/spectrogramming/make_spec.py', 'description': 'Under MSR-LA License\nBased on MATLAB implement... | 0 |
{'name': 'initialize_chain@qa/rpc-tests/test_framework/util.py', 'description': 'Create a cache of a 200-block-long chain (with wallet) for MAX_NODES\nAfterward, create num_nodes copies from the cache', 'signature': 'def initialize_chain(test_dir, num_nodes, cachedir):'}</s>{'name': 'assert_raises_jsonrpc@qa/rpc-tests/... | 0 |
{'name': 'FacebookAuth.user_data@social_auth/backends/facebook.py', 'description': 'Grab user profile information from facebook.\n\nreturns: dict or None', 'signature': 'def user_data(self, access_token, *args, **kwargs):'}</s>ACCESS_TOKEN = "https://graph.facebook.com/oauth/access_token?" | 0 |
{'name': 'PacketFilter.kill_states@pf/filter.py', 'description': 'Clear states matching the specified arguments.\n\nStates can be specified by address family, layer-4 protocol, source and\ndestination addresses, interface name, label and routing domain. Return\nthe number of killed states.', 'signature': 'def kill_stat... | 0 |
{'name': 'Icdar15Text.parse_txt@dataset/Icdar15_Text.py', 'description': '.mat file parser\n:param gt_path: (str), mat file path\n:return: (list), TextInstance', 'signature': 'def parse_txt(gt_path):'}</s>{'name': 'Icdar15Text@dataset/Icdar15_Text.py', 'description': 'DOCSTRING', 'base_classes': ['TextDataset'], 'metho... | 1 |
{'name': 'PFState._to_string@pf/state.py', 'description': 'Return a string representing the state.', 'signature': 'def _to_string(self):'}</s>TCPS_LAST_ACK = 8 | 0 |
{'name': 'QuantizedWeight@learned_quantization.py', 'description': "Quantize weight.\nArgs:\n x (tf.Tensor): a 4D tensor.\n Must have known number of channels, but can have other unknown dimensions.\n name (str): operator's name.\n n (int or double): variance of weight initialization.\n nbit (int): n... | 0 |
{'name': 'TestCrawlResourceIntegration.test_no_request_in_POST_handler@tests/test_resource_crawl.py', 'description': "Test for POST handler checking if everything works fine\nif there is no 'request' argument at all.", 'signature': 'def test_no_request_in_POST_handler(self, server):'}</s>{'name': 't_req@tests/test_reso... | 0 |
{'name': 'searchForGrounded@exporter/SynthesisFusionAddin/src/Parser/SynthesisParser/JointHierarchy.py', 'description': 'Search for a grounded component or occurrence in the assembly\n\nArgs:\n occ (adsk.fusion.Occurrence): start point\n\nReturns:\n Union(adsk.fusion.Occurrence, None): Either a grounded part or n... | 0 |
{'name': 'TestSanitizeTxData.test_no_combine_with_fee@tests/test_transaction.py', 'description': 'Verify that unused unspents do not increase fee.', 'signature': 'def test_no_combine_with_fee(self):'}</s>{'name': 'PrivateKeyTestnet@bit/wallet.py', 'description': 'This class represents a testnet Bitcoin private key. **N... | 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': 'git_pieces_from_vcs@versioneer.py', 'description': "Get version from 'git describe' in the root of the source tree.\n\nThis only gets called if the git-archive 'subst' keywords were *not*\nexpanded, and _version.py hasn't already been rewritten with a short\nversion string, meaning we're inside a checked out ... | 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': 'Architecture.__get_register@gef.py', 'description': "Return a register's value.", 'signature': 'def __get_register(self, regname: str) -> int:'}</s>DEFAULT_PAGE_ALIGN_SHIFT = 12 | 0 |
{'name': 'OpenMapLocal.found_tiles@tilemapbase/ordnancesurvey.py', 'description': 'A list of the "grid codes" we have tiles for.', 'signature': 'def found_tiles():'}</s>{'name': 'MiniScale@tilemapbase/ordnancesurvey.py', 'description': 'Uses tiles from the MiniScale collection,\nhttps://www.ordnancesurvey.co.uk/busines... | 0 |
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQIACF_REG_REG_OPTIONS = 1091 | 0 |
{'name': 'sniffPossibleFeed@src/feedvalidator/__init__.py', 'description': 'Use wild heuristics to detect something that might be intended as a feed.', 'signature': 'def sniffPossibleFeed(rawdata):'}</s>{'name': 'InvalidSseType@src/feedvalidator/logging.py', 'description': 'DOCSTRING', 'base_classes': ['Error'], 'metho... | 0 |
{'name': 'arcball_constrain_to_axis@transformations.py', 'description': 'Return sphere point perpendicular to axis.', 'signature': 'def arcball_constrain_to_axis(point, axis):'}</s>__all__ = () | 0 |
{'name': 'read_rdi@mhkit/dolfyn/io/rdi.py', 'description': "Read a TRDI binary data file.\n\nParameters\n----------\nfilename : string\n Filename of TRDI file to read.\nuserdata : True, False, or string of userdata.json filename\n Whether to read the '<base-filename>.userdata.json' file. Default = True\nnens : None, ... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.