text string | label int64 |
|---|---|
{'name': 'check_scenarios@premise/new_database.py', 'description': 'Check that the scenarios are properly formatted and that\nall the necessary info is given.', 'signature': 'def check_scenarios(scenario: dict, key: bytes) -> dict:'}</s>{'name': 'eidb_label@premise/utils.py', 'description': 'Return a label to name a sc... | 0 |
{'name': 'cpython_tags@gyp/pylib/packaging/tags.py', 'description': "Yields the tags for a CPython interpreter.\n\nThe tags consist of:\n- cp<python_version>-<abi>-<platform>\n- cp<python_version>-abi3-<platform>\n- cp<python_version>-none-<platform>\n- cp<less than python_version>-abi3-<platform> # Older Python versi... | 0 |
{'name': 'TruthedCharacters.dump_values@ocr_utils.py', 'description': "prints out the feature names and a short sample of the data in each feature\n\nexample:\n-------------------------------------\n ds = ocr_utils.read_data(input_filters_dict = input_filters_dict, \n output_feature_list=outpu... | 0 |
{'name': 'getSegmentation@DigiPathAI/Segmentation.py', 'description': "args:\n img_path: WSI tiff image path (str)\n patch_size: patch size for inference (int)\n stride_size: stride to skip during segmentation (int)\n batch_size: batch_size during inference (int)\n quick: if True; fin... | 1 |
{'name': 'test_skip_vertical_interpolation@tests/test_oopinterface.py', 'description': 'To test whether the new features of even-to-odd grid interpolation works well.\n\n.. versionadded:: 1.3', 'signature': 'def test_skip_vertical_interpolation():'}</s>CP = 1004.0 | 1 |
{'name': 'WhoIsXmlApi.validate_email@fastapi_mail/email_utils/email_check.py', 'description': 'Validate email address', 'signature': 'def validate_email(self, email: str) -> bool:'}</s>{'name': 'AbstractEmailChecker@fastapi_mail/email_utils/email_check.py', 'description': 'DOCSTRING', 'base_classes': ['ABC'], 'methods'... | 0 |
{'name': 'create_estimator_and_inputs@object_detection/model_lib.py', 'description': "Creates `Estimator`, input functions, and steps.\n\nArgs:\n run_config: A `RunConfig`.\n hparams: A `HParams`.\n pipeline_config_path: A path to a pipeline config file.\n config_override: A pipeline_pb2.TrainEvalPipelineConfig tex... | 0 |
{'name': 'Message.from_pydict@src/betterproto/__init__.py', 'description': 'Parse the key/value pairs into the current message instance. This returns the\ninstance itself and is therefore assignable and chainable.\n\nParameters\n-----------\nvalue: Dict[:class:`str`, Any]\n The dictionary to parse from.\n\nReturns\n... | 0 |
{'name': 'map_languages@bcml/mergers/texts.py', 'description': 'Function to map languages from one set to another\n\nParameter: dest_langs: Set[str] - The languages to be mapped to\n- For diffing: the languages our mod has packs for, to diff with\n- For merging: the languages the user has, that we want to merge into\n\... | 0 |
{'name': 'ProcessFileData@third_party/cpplint/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.\n lines: An array of strings, each rep... | 0 |
{'name': 'PhonoBase.get_path_using_seek_path@phonolammps/__init__.py', 'description': 'Obtain the path in reciprocal space to plot the phonon band structure\n\n:return: dictionary with list of q-points and labels of high symmetry points', 'signature': 'def get_path_using_seek_path(self):'}</s>{'name': 'PhonoBase@phonol... | 1 |
{'name': 'Parser.parse_number@nbtlib/literal/parser.py', 'description': 'Parse a number from the token stream.', 'signature': 'def parse_number(self):'}</s>{'name': 'OutOfRange@nbtlib/tag.py', 'description': "Raised when a numeric value is out of range.\n\nConverting builtin ``int`` instances to numeric nbt tags can fa... | 1 |
{'name': 'openLabJack@src/LabJackPython.py', 'description': 'openLabJack(deviceType, connectionType, firstFound = True, pAddress = 1, LJSocket = None)\n\nNote: On Windows, UE9 over Ethernet, pAddress MUST be the IP address. ', 'signature': 'def openLabJack(deviceType, connectionType, firstFound = True, pAddress = None,... | 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': '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': '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': 'ItemsManager.archive@todoist/managers/items.py', 'description': 'Marks item as archived remotely.', 'signature': 'def archive(self, item_id):'}</s>{'name': 'GetByIdMixin@todoist/managers/generic.py', 'description': 'DOCSTRING', 'base_classes': ['object'], 'methods': [{'name': 'GetByIdMixin.get_by_id@todoist/m... | 0 |
{'name': 'main@examples/fastspeech2/train_fastspeech2.py', 'description': 'Run training process.', 'signature': 'def main():'}</s>{'name': 'WarmUp@tensorflow_tts/optimizers/adamweightdecay.py', 'description': 'Applys a warmup schedule on a given learning rate decay schedule.', 'base_classes': ['tf.keras.optimizers.sche... | 1 |
{'name': 'exit@click_repl/utils.py', 'description': 'Exit the repl', 'signature': 'def exit():'}</s>{'name': 'split_arg_string@click_repl/utils.py', 'description': 'Split an argument string as with :func:`shlex.split`, but don\'t\nfail if the string is incomplete. Ignores a missing closing quote or\nincomplete escape 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': 'test_handle_headers_failure_increments_counter@test/integration/test_user_defined_output_plugins.py', 'description': 'Checks that counters are incremented properly for handleResponseHeaders failures.', 'signature': 'def test_handle_headers_failure_increments_counter(http_test_server_fixture):'}</s>{'name': 'g... | 1 |
{'name': 'yscale_anchored_text@src/mplhep/plot.py', 'description': 'Automatically scale y-axis up to fit AnchoredText\n\nParameters\n----------\n ax : matplotlib.axes.Axes, optional\n Axes object (if None, last one is fetched or one is created)\n otol : float, optional\n Tolerance for overlap, defau... | 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': 'create_objects@bacnet/BopTestProxy.py', 'description': 'Create the objects that hold the result values.', 'signature': 'def create_objects(app, configfile):'}</s>inputs = {} | 1 |
{'name': 'import_da@da/api.py', 'description': '**DEPRECATED***\n\nImports DistAlgo module \'module\', returns the module object.\n\nThis function mimics the Python builtin __import__() function for DistAlgo\nmodules. \'name\' is the name of the module to be imported, in\n"dotted module name" format. The module must be... | 1 |
{'name': 'parse_manifest_folder@operatorcourier/flatten.py', 'description': 'Parse the version folder of the bundle and collect information of CSV and CRDs\nin the bundle\n\n:param manifest_path: The path of the manifest folder containing bundle files\n:param folder_semver: The semantic version of the current folder\n:... | 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': 'loadFilesFromDisk@FastProject/CLI.py', 'description': 'Loads files from disk into data structures\n\nTypically called before calling Pipelines.Analysis()\n\nParameters\n----------\nargs : dict\n Contains file locations on disk\n\nReturns\n-------\nexpressionMatrix : ExpressionData\nsignatures : list of Sig... | 1 |
{'name': 'Reformat@tools/yapf/yapf/yapflib/reformatter.py', 'description': 'Reformat the unwrapped lines.\n\nArguments:\n uwlines: (list of unwrapped_line.UnwrappedLine) Lines we want to format.\n verify: (bool) True if reformatted code should be verified for syntax.\n\nReturns:\n A string representing the reformatt... | 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': 'loc_sum@src/pyt... | 0 |
{'name': 'CheckHeaderFileIncluded@third_party/cpplint/cpplint.py', 'description': 'Logs an error if a source file does not include its header.', 'signature': 'def CheckHeaderFileIncluded(filename, include_state, error):'}</s>{'name': 'CleanseRawStrings@third_party/cpplint/cpplint.py', 'description': 'Removes C++11 raw ... | 0 |
{'name': 'score_hmm_events@nelpy/analysis/replay.py', 'description': 'score all sequences in the entire bst using the transition matrix shuffle and cross-validation', 'signature': 'def score_hmm_events('}</s>{'name': 'linregress_array@nelpy/analysis/replay.py', 'description': 'perform linear regression on the posterior... | 0 |
{'name': 'process_line@venv/Lib/site-packages/pip-19.0.3-py3.8.egg/pip/_internal/req/req_file.py', 'description': 'Process a single requirements line; This can result in creating/yielding\nrequirements, or updating the finder.\n\nFor lines that contain requirements, the only options that have an effect\nare from SUPPOR... | 0 |
{'name': 'get_formatted_scans_key_row@heudiconv/bids.py', 'description': 'Parameters\n----------\ndcm_fn: str\n\nReturns\n-------\nrow: list\n [ISO acquisition time, performing physician name, random string]', 'signature': 'def get_formatted_scans_key_row(dcm_fn: str | Path) -> list[str]:'}</s>{'name': 'get_shim_set... | 0 |
{'name': 'cmd@lib/charliecloud.py', 'description': 'Run command using cmd_base(). If fail_ok, return the exit code whether\nor not the process succeeded; otherwise, return (zero) only if the\nprocess succeeded and exit with fatal error if it failed.', 'signature': 'def cmd(argv, fail_ok=False, **kwargs):'}</s>term_widt... | 0 |
{'name': 'is_arch_supported@python/taichi/lang/misc.py', 'description': 'Checks whether an arch is supported on the machine.\n\nArgs:\n arch (taichi_python.Arch): Specified arch.\n\nReturns:\n bool: Whether `arch` is supported on the machine.', 'signature': 'def is_arch_supported(arch):'}</s>debug = _get_logging(... | 0 |
{'name': '_NestingState.UpdatePreprocessor@compiler-rt/lib/sanitizer_common/scripts/cpplint.py', 'description': 'Update preprocessor stack.\n\nWe need to handle preprocessors due to classes like this:\n #ifdef SWIG\n struct ResultDetailsPageElementExtensionPoint {\n #else\n struct ResultDetailsPageElementExtensionP... | 0 |
{'name': 'ZiGate.decode_data@zigate/core.py', 'description': 'Decode raw packet message', 'signature': 'def decode_data(self, packet):'}</s>ACTIONS_TEMPERATURE = "temperature" | 0 |
{'name': 'mat2d.set_row_strlabs@src/python_scripts/afnipy/lib_mat2d_base.py', 'description': 'input a list of strings; must match number of mat rows', 'signature': 'def set_row_strlabs(self, L):'}</s>{'name': 'read_text_dictionary@src/python_scripts/afnipy/afni_util.py', 'description': 'this is the same as read_text_di... | 0 |
{'name': 'train@train.py', 'description': 'Training and validation logging results to tensorboard and stdout\n\nParams\n------\noutput_directory (string): directory to save checkpoints\nlog_directory (string) directory to save tensorboard logs\ncheckpoint_path(string): checkpoint path\nn_gpus (int): number of gpus\nran... | 0 |
{'name': 'TestObjectsE2E.test_host_record_ea_inheritance@e2e_tests/test_objects.py', 'description': 'Checks if EA inheritance for record:host object\nworks as expected', 'signature': 'def test_host_record_ea_inheritance(self):'}</s>{'name': 'LicenseGridwide@infoblox_client/objects.py', 'description': "LicenseGridwide: ... | 0 |
{'name': 'Grid.extent_in_crs@salem/gis.py', 'description': 'Get the extent of the grid in a desired crs.\n\nParameters\n----------\ncrs : crs\n the target coordinate reference system.\n\nReturns\n-------\n[left, right, bottom, top] boundaries of the grid.', 'signature': 'def extent_in_crs(self, crs=wgs84):'}</s>{'na... | 0 |
{'name': 'TestError.test_from_raw_error@test/test_response.py', 'description': 'Can identify an error type', 'signature': 'def test_from_raw_error(self):'}</s>{'name': 'FinFailedException@nsq/exceptions.py', 'description': 'Exception for E_FIN_FAILED', 'base_classes': ['NSQException'], 'methods': []} | 0 |
{'name': 'render@versioneer.py', 'description': 'Render the given version pieces into the requested style.', 'signature': 'def render(pieces, style):'}</s>{'name': 'NotThisMethod@versioneer.py', 'description': 'Exception raised if a method is not valid for the current scenario.', 'base_classes': ['Exception'], 'methods... | 0 |
{'name': 'apply_flt_dq@grizli/utils.py', 'description': 'Read and apply the compact exposure information file\n\nParameters\n----------\nfilename : str\n FLT/FLC filename.\n\nreplace : (str, str)\n Replace arguments for output DQ filename:\n\n >>> output_filename = filename.replace(replace[0], replace[1])\n\no... | 0 |
{'name': 'IPv6Address.teredo@scripts/pdns/lib/python2.7/site-packages/pip/_vendor/ipaddress.py', 'description': "Tuple of embedded teredo IPs.\n\nReturns:\n Tuple of the (server, client) IPs or None if the address\n doesn't appear to be a teredo address (doesn't start with\n 2001::/32)", 'signature': 'def tere... | 0 |
{'name': 'InitializerListTestCase.test@lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/initializerlist/TestInitializerList.py', 'description': 'Test that that file and class static variables display correctly.', 'signature': 'def test(self):'}</s>{'name': 'run_break_set_by_s... | 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': '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': '_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': 'ParserElement.searchString@venv/Lib/site-packages/setuptools/_vendor/pyparsing.py', 'description': 'Another extension to C{L{scanString}}, simplifying the access to the tokens found\nto match the given parse expression. May be called with optional\nC{maxMatches} argument, to clip searching after \'n\' matche... | 0 |
{'name': 'string_len_dwc@tg/utils.py', 'description': 'Returns string len including count for double width characters', 'signature': 'def string_len_dwc(string: str) -> int:'}</s>{'name': 'get_file_handler@tg/utils.py', 'description': 'DOCSTRING', 'code': 'def get_file_handler(file_path: str) -> str:\n mtype, _ = mi... | 0 |
{'name': 'Template.compile@Cheetah/Template.py', 'description': 'The core API for compiling Cheetah source code into template classes.\n\nThis class method compiles Cheetah source code and returns a python\nclass. You then create template instances using that class. All\nCheetah\'s other compilation API\'s use this m... | 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': 'get_session_over_time@onnxruntime/python/tools/tensorrt/perf/post.py', 'description': 'Returns a new Pandas table with data that tracks the session creation times of model/EP combinations over time.\n\n:param session_table: The Pandas table containing per model/EP session creation times with the schema:\n ... | 0 |
{'name': 'edit_string_for_tags@tagging/utils.py', 'description': "Given list of ``Tag`` instances, creates a string representation of\nthe list suitable for editing by the user, such that submitting the\ngiven string representation back without changing it will give the\nsame list of tags.\n\nTag names which contain co... | 0 |
{'name': 'build_datasets@chemprop/cli/train.py', 'description': 'build the train/val/test datasets, where :attr:`test_data` may be None', 'signature': 'def build_datasets(args, train_data, val_data, test_data):'}</s>{'name': 'build_table@chemprop/cli/train.py', 'description': 'DOCSTRING', 'code': 'def build_table(colum... | 1 |
{'name': 'CosS3Client.ci_auditing_image_query@qcloud_cos/cos_client.py', 'description': "查询图片审核任务接口\n\n:param Bucket(string): 存储桶名称.\n:param JobID(string): 任务id.\n:param kwargs(dict): 设置请求的headers.\n:return(dict): 查询成功返回的结果,dict类型.\n\n.. code-block:: python\n\n config = CosConfig(Region=region, SecretId=secret_id, S... | 0 |
{'name': 'first_step_side@Pose2Sim/Utilities/trc_gaitevents.py', 'description': "Get first step side\n\nINPUTS:\n- Ron: list of right on times or frames\n- Lon: list of left on times or frames\n\nOUTPUTS:\n- first_side: 'R' if right first, 'L' if left first", 'signature': 'def first_step_side(Ron, Lon):'}</s>{'name': '... | 0 |
{'name': '_AddMessageMethods@third_party/dawn/third_party/protobuf/python/google/protobuf/internal/python_message.py', 'description': 'Adds implementations of all Message methods to cls.', 'signature': 'def _AddMessageMethods(message_descriptor, cls):'}</s>{'name': 'PrintFieldValue@third_party/dawn/third_party/protobuf... | 0 |
{'name': 'Validator.__init__@scopy/ScoPretreat/pretreatutil.py', 'description': 'Initialize a Validator with the following parameters:\n\n:param validations: A list of Validations to apply (default: :data:`~molvs.validations.VALIDATIONS`).\n:param string log_format: A string format (default: :data:`~molvs.validate.SIMP... | 1 |
{'name': 'TestAdminTree.test_result_tree@treebeard/tests/test_treebeard.py', 'description': 'Verifies that inclusion tag result_list generates a table when with\ndefault ModelAdmin settings.', 'signature': 'def test_result_tree(self, model_without_proxy):'}</s>{'name': 'AL_TestNodeInherited@treebeard/tests/models.py', ... | 0 |
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQRC_ADAPTER_STORAGE_SHORTAGE = 2127 | 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': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQIA_SHAREABILITY = 23 | 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_ROLL = CScriptOp(0x7a) | 0 |
{'name': 'speed_camera@versions/speed-cam-13.12.py', 'description': 'Main speed camera loop processing function', 'signature': 'def speed_camera():'}</s>{'name': 'free_disk_space_upto@versions/speed-cam-13.12.py', 'description': 'Walks mediaDir and deletes oldest files\nuntil SPACE_FREE_MB is achieved Use with Caution'... | 0 |
{'name': '_AddMessageMethods@python/google/protobuf/internal/python_message.py', 'description': 'Adds implementations of all Message methods to cls.', 'signature': 'def _AddMessageMethods(message_descriptor, cls):'}</s>{'name': 'IsTypePackable@python/google/protobuf/internal/wire_format.py', 'description': 'Return true... | 0 |
{'name': '_sorted_long_to_wide@confidence_interval_display.py', 'description': "Returns a df in wide format for metrics.\n\nThe input df is in so-called long, or tidy, format, i.e., each\nrow is one metric for one slice. This function transforms the df to a wide\nformat, where all metrics for one slice are collected in... | 0 |
{'name': 'setup_T2_amplitudes@doc/LectureNotes/_build/jupyter_execute/cc.py', 'description': 'returns the t2 amplitudes and t2 channels\nparam sp_basis: a sp_basis\nparam NN: neutron number\nparam st_degen: 2 for the moment, spin-isospin degeneracy\nreturn: hh_channels, pp_channels, p_rel_hh, p_rel_pp, t2amp\n t... | 0 |
{'name': 'split_command_args@iredis/commands.py', 'description': 'Split Redis command text into command and args.\n\n:param command: redis command string, with args', 'signature': 'def split_command_args(command):'}</s>{'name': '_load_command@iredis/commands.py', 'description': 'load command information from file.\n:re... | 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': 'test_parse_uri_fragment_uri@cheroot/test/test_core.py', 'description': 'Check that server responds with Bad Request to URI with fragment.', 'signature': 'def test_parse_uri_fragment_uri(test_client):'}</s>thisdir = os.path.abspath(os.path.dirname(__file__)) | 0 |
{'name': 'TogglSet.get@toggl/api/base.py', 'description': 'Method for fetching detail object of the entity. it fetches the object based on specified conditions.\n\nIf ID is used then detail URL is used to fetch object.\nIf other conditions are used to specify the object, then TogglSet will fetch all objects using listi... | 0 |
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQCA_Q_NAME = 2016 | 0 |
{'name': 'error_screen@displays/papiruszero2in.py', 'description': 'Error screen\n ', 'signature': 'def error_screen(message="ERROR"):'}</s>lnurl_generation_2 = "codigo QR para escanear" | 0 |
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQCMDL_LEVEL_701 = 701 | 0 |
{'name': 'cli@bench.py', 'description': 'A benchmark suite for Scrapy.', 'signature': 'def cli(ctx, n_runs, only_result, upload_result, book_url, vmprof, set):'}</s>{'name': 'calculator@bench.py', 'description': 'DOCSTRING', 'code': 'def calculator(\n test,\n arg,\n n_runs,\n only_result,\n ... | 0 |
{'name': 'BaseCircuit.plot@impedance/models/circuits/circuits.py', 'description': "visualizes the model and optional data as a nyquist,\n bode, or altair (interactive) plots\n\nParameters\n----------\nax: matplotlib.axes\n axes to plot on\nf_data: np.array of type float\n Frequencies of input data (for Bode pl... | 0 |
{'name': 'parse_obo@cello/onto_lib_py3/ontology_graph.py', 'description': "Parse OBO file.\nArgs:\n obo_file: file path to OBO file\n restrict_to_idspaces: list of ID prefixes for which terms in that ID\n space should be included in the ontology. For example, if ['UBERON']\n is supplied, then only t... | 0 |
{'name': 'PFGid._str_to_num@pf/rule.py', 'description': 'Convert a string to a numeric group ID.', 'signature': 'def _str_to_num(self, s):'}</s>PATH_MAX = 1024 | 0 |
{'name': 'build_get_revoc_reg_delta_request@wrappers/python/indy_vdr/ledger.py', 'description': 'Builds a GET_REVOC_REG_DELTA request.\n\nRequest to get the delta of the accumulated state of the revocation registry\nidentified by `revoc_reg_id`. The delta is defined by from and to timestamp fields.\nIf from is not spec... | 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>MQIA_QMOPT_TRACE_REORG = 167 | 0 |
{'name': 'Message.load@src/betterproto/__init__.py', 'description': 'Load the binary encoded Protobuf from a stream into this message instance. This\nreturns the instance itself and is therefore assignable and chainable.\n\nParameters\n-----------\nstream: :class:`bytes`\n The stream to load the message from.\nsize:... | 1 |
{'name': 'wasm_vec_to_list@language-bindings/python/src/wamr/wasmcapi/ffi.py', 'description': 'Converts a vector or a POINTER(vector) to a list\nvector of type pointers -> list of type pointers', 'signature': 'def wasm_vec_to_list(vec):'}</s>{'name': 'wasm_memorytype_new@language-bindings/python/src/wamr/wasmcapi/bindi... | 0 |
{'name': 'Normal.kld@metrics/Disentangle/MIG_metric.py', 'description': 'Computes KL(q||p) where q is the given distribution and p\nis the standard Normal distribution.', 'signature': 'def kld(self, params):'}</s>model_name = sys.argv[1] | 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': '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>TIMELINE_SCHEDULE = "schedule" | 0 |
{'name': 'construct_fields_and_filters@graphene_sqlalchemy/types.py', 'description': 'Construct all the fields for a SQLAlchemyObjectType.\nThe main steps are:\n - Gather all the relevant attributes from the SQLAlchemy model\n - Gather all the ORM fields defined on the type\n - Merge in overrides and build up all th... | 1 |
{'name': 'ObjCDataFormatterTestCase.plain_data_formatter_commands@lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjC.py', 'description': 'Test basic ObjC formatting behavior.', 'signature': 'def plain_data_formatter_commands(self):'}</s>{'name': 'sort_stopped_th... | 0 |
{'name': 'TypeErrorTests.test_keyword_builtin@didyoumean/didyoumean_sugg_tests.py', 'description': 'A few builtins (like int()) have a different error message.', 'signature': 'def test_keyword_builtin(self):'}</s>{'name': 'before_and_after@didyoumean/didyoumean_sugg_tests.py', 'description': 'Return a tuple with the ve... | 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': 'AsyncHTTPProxy.__init__@httpcore/_async/http_proxy.py', 'description': 'A connection pool for making HTTP requests.\n\nParameters:\n proxy_url: The URL to use when connecting to the proxy server.\n For example `"http://127.0.0.1:8080/"`.\n proxy_auth: Any proxy authentication as a two-tuple of\n ... | 0 |
{'name': 'PFAddr._from_string@pf/rule.py', 'description': 'Initalize a new instance from a string.', 'signature': 'def _from_string(self, a):'}</s>PFSTATE_SCRUBMASK = PFSTATE_NODF|PFSTATE_RANDOMID|PFSTATE_SCRUB_TCP | 0 |
{'name': 'Architecture.__get_register@gef.py', 'description': "Return a register's value.", 'signature': 'def __get_register(self, regname: str) -> int:'}</s>{'name': 'VMMapCommand@gef.py', 'description': 'Display a comprehensive layout of the virtual memory mapping. If a filter argument, GEF will\nfilter out the mappi... | 0 |
{'name': 'test_docker_build_fails@test/test_utils.py', 'description': 'Test for expected failure when a recipe fails to build', 'signature': 'def test_docker_build_fails(recipes_fixture, config_fixture):'}</s>{'name': 'test_get_deps@test/test_utils.py', 'description': 'DOCSTRING', 'code': 'def test_get_deps():\n r =... | 0 |
{'name': 'test_put_get_delete_replication@ut/test.py', 'description': '设置、获取、删除跨园区复制配置', 'signature': 'def test_put_get_delete_replication():'}</s>{'name': 'test_cos_ai_portrait_matting@ut/test.py', 'description': 'DOCSTRING', 'code': 'def test_cos_ai_portrait_matting():\n # 人像抠图\n response, data = ai_recognition... | 0 |
{'name': 'Status.__init__@robopianist/viewer/application.py', 'description': 'Instance initializer.\n\nArgs:\n time_multiplier: Instance of util.TimeMultiplier.\n pause: An observable pause subject, instance of util.ObservableFlag.\n frame_timer: A Timer instance counting duration of frames.', 'signature': 'def __in... | 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': 'Visualizer.reinit@FasterRcnn_pytorch/utils/vis_tool.py', 'description': 'change the config of visdom', 'signature': "def reinit(self, env='default', **kwargs):"}</s>{'name': 'Visualizer@FasterRcnn_pytorch/utils/vis_tool.py', 'description': 'wrapper for visdom\nyou can still access naive visdom function by \ns... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.