text
string
label
int64
{'name': 'TempGitHandler._get_local_mirror@bioconda_utils/githandler.py', 'description': "Get a (cached) local mirror of a remote repo\n\nThis is used to speed up getting full repo copies. The bioconda-recipes\nrepo has grown to be quite large, and copying it every time a checkout\nof a branch is needed takes too long....
0
{'name': 'IMAP.append@imapy/imap.py', 'description': 'Append message to the end of mailbox folder.', 'signature': 'def append(self, message: MIMEBase, **kwargs) -> "IMAP":'}</s>{'name': 'InvalidSearchQuery@imapy/exceptions.py', 'description': 'Raised when user tries to search for email messages without using\nthe query...
0
{'name': 'binary@cblaster/formatters.py', 'description': 'Generates a binary summary table from a Session object.', 'signature': 'def binary('}</s>{'name': 'summarise_cluster@cblaster/formatters.py', 'description': 'Generates a summary table for a hit cluster.\n\nArgs:\n cluster (Cluster): collection of Subject obje...
0
{'name': 'fsn2text@Monika After Story/game/python-packages/mutagen/_senf/_fsnative.py', 'description': 'Args:\n path (fsnative): The path to convert\n strict (bool): Fail in case the conversion is not reversible\nReturns:\n `text`\nRaises:\n TypeError: In case no `fsnative` has been passed\n ValueError: ...
0
{'name': 'Vocab.__init__@data.py', 'description': 'Creates a vocab of up to max_size words, reading from the vocab_file. If max_size is 0, reads the entire vocab file.\n\nArgs:\n vocab_file: path to the vocab file, which is assumed to contain "<word> <frequency>" on each line, sorted with most frequent word first. Thi...
0
{'name': 'rel_err@oggm/utils/_funcs.py', 'description': 'Relative error. Ref should be non-zero', 'signature': 'def rel_err(ref, data):'}</s>{'name': 'tolist@oggm/utils/_funcs.py', 'description': 'Makes sure that arg is a list.', 'code': 'def tolist(arg, length=None):\n """Makes sure that arg is a list."""\n\n if...
0
{'name': 'ImageInfoViewSet.delete_image@vulfocus-api/dockerapi/views.py', 'description': '删除镜像\n:param request:\n:param pk:\n:return:', 'signature': 'def delete_image(self, request, pk=None):'}</s>{'name': 'ContainerVulViewSet@vulfocus-api/dockerapi/views.py', 'description': 'DOCSTRING', 'base_classes': ['viewsets.Read...
0
{'name': 'media@gedgo/views/media.py', 'description': "Authenticated media endpoint - accepts a 'size' parameter that will\ngenerate previews", 'signature': 'def media(request, storage_name, pathname):'}</s>STATICFILES_FINDERS = ( 'django.contrib.staticfiles.finders.FileSystemFinder', 'django.contrib.staticfile...
0
{'name': 'TestUnusualSocketConditions.test_handle_send_wantwrite_upload@test/test_sync_connection.py', 'description': 'When a socket is marked writable during request upload but returns\nWANT_WRITE when written to, the code ignores it and continues with\nupload.', 'signature': 'def test_handle_send_wantwrite_upload(sel...
0
{'name': 'apply_operator@pytenet/operation.py', 'description': 'Apply an operator represented as MPO to a state in MPS form.', 'signature': 'def apply_operator(op: MPO, psi: MPS) -> MPS:'}</s>{'name': 'MPO@pytenet/mpo.py', 'description': 'Matrix product operator (MPO) class.\n\nThe i-th MPO tensor has dimension `[d, d,...
1
{'name': 'QueryXpathCommand.cache_context_nodes@xpath.py', 'description': 'Cache context nodes to allow live mode to work with them.', 'signature': 'def cache_context_nodes(self):'}</s>{'name': 'CleanTagSoupCommand@xpath.py', 'description': 'DOCSTRING', 'base_classes': ['sublime_plugin.TextCommand'], 'methods': [{'name...
0
{'name': 'read_schism_vgrid@src/Utility/Pre-Processing/STOFS-3D-Atl-operation/pysh/schism_file.py', 'description': 'read schism vgrid information', 'signature': 'def read_schism_vgrid(fname):'}</s>{'name': 'getglob@src/Utility/Pre-Processing/STOFS-3D-Atl-operation/pysh/schism_file.py', 'description': 'get global inform...
0
{'name': 'CheckStyle@tools/cpplint.py', 'description': "Checks rules from the 'C++ style rules' section of cppguide.html.\n\nMost of these rules are hard to test (naming, comment style), but we\ndo what we can. In particular we check for 2-space indents, line lengths,\ntab usage, spaces inside code, etc.\n\nArgs:\n f...
0
{'name': 'main@agfusion/cli.py', 'description': 'Main function for processing command line options', 'signature': 'def main():'}</s>{'name': 'list_available_databases@agfusion/cli.py', 'description': 'List the available databases that can be downloaded.\n#', 'code': 'def list_available_databases():\n """\n List t...
1
{'name': 'Prophet.predict_trend@python/prophet/forecaster.py', 'description': 'Predict trend using the prophet model.\n\nParameters\n----------\ndf: Prediction dataframe.\n\nReturns\n-------\nVector with trend on prediction dates.', 'signature': 'def predict_trend(self, df):'}</s>logger = logging.getLogger('prophet')
0
{'name': 'extract_from_coords@grizli/aws/sky_wfss.py', 'description': ' ', 'signature': "def extract_from_coords(ra=189.0706488, dec=62.2089502, grisms=['F356W-GRISMR','F410M-GRISMR','F444W-GRISMR'], size=48, grp=None, clean=False, get_cutout=True, cutout_filter='F444W-CLEAR', prefix='gdn-grism', verbose=True, mb_kw...
0
{'name': 'test_dt_import_missing_temporary@elpis/transformer/test_transformer.py', 'description': 'Raise an error if the temporary directory given does not exist.', 'signature': 'def test_dt_import_missing_temporary(tdtaf, tmpdir):'}</s>{'name': 'test_make_importer@elpis/transformer/test_transformer.py', 'description':...
0
{'name': 'convert_to_c3d@Pose2Sim/common.py', 'description': 'Make Visual3D compatible c3d files from a trc path\n\nINPUT:\n- trc_path: string, trc file to convert\n\nOUTPUT:\n- c3d file', 'signature': 'def convert_to_c3d(trc_path):'}</s>{'name': 'common_items_in_list@Pose2Sim/common.py', 'description': 'Do two lists h...
0
{'name': 'IsOutOfLineMethodDefinition@tools/cpplint.py', 'description': 'Check if current line contains an out-of-line method definition.\n\nArgs:\n clean_lines: A CleansedLines instance containing the file.\n linenum: The number of the line to check.\nReturns:\n True if current line contains an out-of-line method d...
0
{'name': 'BaseResponse.add_header@3rdparty/mongo-c-driver-1.26.2/build/bottle.py', 'description': 'Add an additional response header, not removing duplicates. ', 'signature': 'def add_header(self, name, value):'}</s>{'name': '_parse_qsl@3rdparty/mongo-c-driver-1.26.2/build/bottle.py', 'description': 'DOCSTRING', 'code'...
0
{'name': 'MessageReceiver.get_state@uamqp/receiver.py', 'description': 'Get the state of the MessageReceiver and its underlying Link.\n\n:rtype: ~uamqp.constants.MessageReceiverState', 'signature': 'def get_state(self):'}</s>{'name': 'MessageReceiverState@uamqp/constants.py', 'description': 'DOCSTRING', 'base_classes':...
0
{'name': 'parseMappingFile@amptk/amptklib.py', 'description': 'function to parse mapping file pull out primers and barcode sequences', 'signature': 'def parseMappingFile(input, output):'}</s>{'name': 'fastarename@amptk/amptklib.py', 'description': 'DOCSTRING', 'code': 'def fastarename(input, relabel, output):\n from...
0
{'name': 'darwin_width@python/xraydb/xray.py', 'description': "darwin width for a crystal reflection and energy\n\nArgs:\nenergy (float): X-ray energy in eV\ncrystal (string): name of crystal (one of 'Si', 'Ge', or 'C') ['Si']\nhkl (tuple): h, k, l for reflection [(1, 1, 1)]\na (float or None): lattice const...
0
{'name': 'get_default_func_arg_map@object_detection/core/preprocessor.py', 'description': 'Returns the default mapping from a preprocessor function to its args.\n\nArgs:\n include_label_weights: If True, preprocessing functions will modify the\n label weights, too.\n include_label_confidences: If True, preprocessi...
0
{'name': 'Message.to_pydict@src/betterproto/__init__.py', 'description': 'Returns a python dict representation of this object.\n\nParameters\n-----------\ncasing: :class:`Casing`\n The casing to use for key values. Default is :attr:`Casing.CAMEL` for\n compatibility purposes.\ninclude_default_values: :class:`bool...
0
{'name': '_parse_global_attrs@uxarray/io/_mpas.py', 'description': 'Helper to parse MPAS global attributes.', 'signature': 'def _parse_global_attrs(in_ds, out_ds):'}</s>INT_DTYPE = np.intp
0
{'name': '__listAllUE9Unix@src/LabJackPython.py', 'description': 'Private listAll function for use on unix and mac machines to find UE9s.\n ', 'signature': 'def __listAllUE9Unix(connectionType):'}</s>LJ_tmFALLINGEDGES16 = 13
0
{'name': 'InfobloxObject.fetch@infoblox_client/objects.py', 'description': 'Fetch object from NIOS by _ref or searchfields\n\nUpdate existent object with fields returned from NIOS\n\nReturns:\n True if object successfully fetched. False otherwise.\nRaises:\n InfobloxFetchGotMultipleObjects:\n If fetch got ...
0
{'name': 'GenerateOutput@gyp/pylib/gyp/generator/msvs.py', 'description': "Generate .sln and .vcproj files.\n\nThis is the entry point for this generator.\nArguments:\n target_list: List of target pairs: 'base/base.gyp:base'.\n target_dicts: Dict of target properties keyed on target pair.\n data: Dictionary containi...
0
{'name': 'Worker._handle_sighup@kuyruk/worker.py', 'description': 'Used internally to fail the task when connection to RabbitMQ is\nlost during the execution of the task.', 'signature': 'def _handle_sighup(self, signum: int, frame: Any) -> None:'}</s>{'name': 'Task@kuyruk/task.py', 'description': 'Calling a :class:`~ku...
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...
1
{'name': 'opcode_map_c@Ghidra/Processors/RISCV/scripts/binutil.py', 'description': 'CR |funct4 | cr0711 | cr0206 | op |\nCI |funct3 | cop1212 | cr0711 | cop0206 | op |\nCSS |funct3 | cop0712 | cr0206 | op |\nCIW |funct3 | cop0512 | cr0204s | op |\nCL |funct3 | cop1012 | cs0709s | cop0506 | cr0204s | op |\nCS ...
0
{'name': 'RightSingularL1L2SmoothedTV_CONESTA.grad@parsimony/decomposition/pca_tv.py', 'description': 'Gradient of the differentiable part of the function.\n\nFrom the interface "Gradient".', 'signature': 'def grad(self, beta):'}</s>{'name': 'ISTA@parsimony/algorithms/proximal.py', 'description': 'The iterative shrinka...
0
{'name': 'Salience.get_saliency@scnym/interpret.py', 'description': 'Compute the saliency of a target class on an input\nvector `x`.\n\nParameters\n----------\nx : torch.FloatTensor\n [1, Genes] vector of gene expression.\ntarget_class : str\n class in `.class_names` for which to compute gradients.\nguide_backpro...
0
{'name': 'copy_ctypes@capstone/bindings/python/capstone/__init__.py', 'description': 'Returns a new ctypes object which is a bitwise copy of an existing one', 'signature': 'def copy_ctypes(src):'}</s>{'name': 'XcoreOp@capstone/bindings/python/capstone/xcore.py', 'description': 'DOCSTRING', 'base_classes': ['ctypes.Stru...
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>ISADIR_IO = (common.IsDirIoError, "^Is a directory$")
0
{'name': '_typedef@pyFileFixity/lib/profilers/visual/pympler/asizeof.py', 'description': 'Create a new typedef for an object.\n ', 'signature': 'def _typedef(obj, derive=False, infer=False):'}</s>{'name': '_keys@pyFileFixity/lib/profilers/visual/pympler/asizeof.py', 'description': 'Return iter-/generator, preferably...
0
{'name': 'parseOptionsAndInitTestdirs@lldb/packages/Python/lldbsuite/test/dotest.py', 'description': "Initialize the list of directories containing our unittest scripts.\n\n'-h/--help as the first option prints out usage info and exit the program.", 'signature': 'def parseOptionsAndInitTestdirs():'}</s>{'name': 'setupS...
0
{'name': 'calibrate_cams_all@Pose2Sim/calibration.py', 'description': 'Either converts a preexisting calibration file, \nor calculates calibration from scratch (from a board or from points).\nStores calibration in a .toml file\nPrints recap.\n\nINPUTS:\n- a config_dict dictionary\n\nOUTPUT:\n- a .toml camera calibratio...
1
{'name': '_make_json_entry@s2e_env/commands/execution_trace.py', 'description': "Combine a trace entry header and item into a single JSON-serializable\nentry. Return this entry as a ``dict``.\n\nSome things to note:\n * The header's ``size`` field is removed - it is not required in the\n JSON\n * Enums are r...
0
{'name': 'Annotation.calc_cl_bytes@wfdb/io/annotation.py', 'description': 'Calculate the bytes written to the annotation file for the\ncustom_labels field.\n\nParameters\n----------\nN/A\n\nReturns\n-------\nlist, ndarray\n All of the bytes to be written to the annotation file.', 'signature': 'def calc_cl_bytes(self...
0
{'name': 'get_user@backend/app/routers/user.py', 'description': "Endpoint to get a user's info by id.\n\nWarnings:\n Need security on this endpoint.", 'signature': 'def get_user(user_id: int, db: Session = Depends(get_db)):'}</s>{'name': 'UserCreate@backend/app/schemas.py', 'description': 'DOCSTRING', 'base_classes'...
0
{'name': 'TopLevelMixin.transform_fold@altair/vegalite/v5/api.py', 'description': 'Add a FoldTransform to the spec.\n\nParameters\n----------\nfold : List(string)\n An array of data fields indicating the properties to fold.\nas : [string, string]\n The output field names for the key and value properties produced ...
0
{'name': 'quat2euler@trajopt/math_utils.py', 'description': 'Convert Quaternion to Euler Angles. See rotation.py for notes ', 'signature': 'def quat2euler(quat):'}</s>{'name': 'quat2mat@trajopt/math_utils.py', 'description': 'Convert Quaternion to Euler Angles. See rotation.py for notes ', 'code': 'def quat2mat(quat)...
1
{'name': 'Serial._reconfigure_port@serial/rfc2217.py', 'description': 'Set communication parameters on opened port.', 'signature': 'def _reconfigure_port(self):'}</s>{'name': 'to_bytes@serial/serialutil.py', 'description': 'convert a sequence to a bytes type', 'code': 'def to_bytes(seq):\n """convert a sequence to a...
0
{'name': 'CreateTimeTemplate.create@vulfocus-api/dockerapi/views.py', 'description': '创建计时模式模版', 'signature': 'def create(self, request, *args, **kwargs):'}</s>{'name': 'R@vulfocus-api/dockerapi/common.py', 'description': 'DOCSTRING', 'base_classes': [], 'methods': [{'name': 'R.ok@vulfocus-api/dockerapi/common.py', 'de...
1
{'name': 'LinuxSCSI.find_multipath_device@os_brick/initiator/linuxscsi.py', 'description': "Discover multipath devices for a mpath device.\n\nThis uses the slow multipath -l command to find a\nmultipath device description, then screen scrapes\nthe output to discover the multipath device name\nand it's devices.", 'signa...
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': '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': 'populate_int...
0
{'name': 'SegWitTest.test_witness_sigops@test/functional/p2p_segwit.py', 'description': 'Ensure sigop counting is correct inside witnesses.', 'signature': 'def test_witness_sigops(self):'}</s>{'name': 'assert_array_result@test/functional/test_framework/util.py', 'description': 'Pass in array of JSON objects, a dictiona...
0
{'name': 'collate_atoms@utility_functions.py', 'description': 'Split each molecule into a random generation trace and then build batch of input\ndata and apply padding.\n\nArgs:\n mol_dicts (list of dict): list of dicts containing properties of a training\n molecule (positions, atomic numbers, connectivity ma...
0
{'name': 'ReplaceByFeeTest.test_too_many_replacements@qa/rpc-tests/replace-by-fee.py', 'description': 'Replacements that evict too many transactions are rejected', 'signature': 'def test_too_many_replacements(self):'}</s>OP_CHECKLOCKTIMEVERIFY = CScriptOp(0xb1)
0
{'name': 'field_psf@grizli/pipeline/auto_script.py', 'description': 'Generate PSFs for the available filters in a given field', 'signature': "def field_psf(root='j020924-044344', PREP_PATH='../Prep', RAW_PATH='../RAW', EXTRACT_PATH='../Extractions', factors=[1, 2, 4], get_drizzle_scale=True, subsample=256, size=6, get_...
0
{'name': 'isa_c@riscvmodel/isa.py', 'description': 'Decorator for the instructions. The decorator contains the static information for the\ninstructions, in particular the encoding parameters and the assembler mnemonic.\n\n:param mnemonic: Assembler mnemonic\n:return: Wrapper class that overwrites the actual definition ...
0
{'name': 'test_resnet_backbone@tests/test_models/test_backbones/test_resnet.py', 'description': 'Test resnet backbone.', 'signature': 'def test_resnet_backbone():'}</s>{'name': 'test_resnet_bottleneck@tests/test_models/test_backbones/test_resnet.py', 'description': 'DOCSTRING', 'code': "def test_resnet_bottleneck():\n ...
0
{'name': 'comment@AO3/utils.py', 'description': 'Leaves a comment on a specific work\n\nArgs:\n commentable (Work/Chapter): Chapter/Work object\n comment_text (str): Comment text (must have between 1 and 10000 characters)\n fullwork (bool): Should be True if the work has only one chapter or if the comment is t...
1
{'name': 'diff_entire_folder_against_full_history_subcommand@ascmhl/commands.py', 'description': 'Checks MHL hashes from all generations against all file hash entries.\n\nROOT_PATH: the root path to use for the asc mhl history\n\nTraverses through the content of a folder. The command finds all files that are existent i...
1
{'name': '_maybe_update_config_with_key_value@object_detection/utils/config_util.py', 'description': "Checks key type and updates `configs` with the key value pair accordingly.\n\nArgs:\n configs: Dictionary of configuration objects. See outputs from\n get_configs_from_pipeline_file() or get_configs_from_multiple_f...
0
{'name': 'init_screen@displays/inkyphat.py', 'description': 'Prepare the screen for drawing and return the draw variables\n ', 'signature': 'def init_screen(color):'}</s>qr_failed_2 = "Riprova."
0
{'name': 'assert_rank@araelectra/model/modeling.py', 'description': "Raises an exception if the tensor rank is not of the expected rank.\n\nArgs:\n tensor: A tf.Tensor to check the rank of.\n expected_rank: Python integer or list of integers, expected rank.\n name: Optional name of the tensor for the error message.\...
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': 'get_current_error@wrappers/python/indy_vdr/bindings.py', 'description': 'Get the error result from the previous failed API method.\n\nArgs:\n expect: Return a default error message if none is found', 'signature': 'def get_current_error(expect: bool = False) -> VdrError:'}</s>{'name': 'resolve@wrappers/pyth...
0
{'name': 'post_comment@shingetsu/mch/post.py', 'description': 'Post article.', 'signature': 'def post_comment(env, thread_key, name, mail, body, passwd, tag=None):'}</s>sync_range = {}
0
{'name': 'Command.get_handler@src/PtpUploader/web/management/commands/runuploader.py', 'description': 'Return the default WSGI handler for the runner.', 'signature': 'def get_handler(self, *args, **options):'}</s>naiveip_re = _lazy_re_compile( r"""^(?: (?P<addr> (?P<ipv4>\d{1,3}(?:\.\d{1,3}){3}) | # IPv...
0
{'name': 'time_diff@gns/learned_simulator.py', 'description': 'Finite difference between two input position sequence\n\nArgs:\n position_sequence: Input position sequence & shape(nparticles, 6 steps, dim)\n\nReturns:\n torch.tensor: Velocity sequence', 'signature': 'def time_diff('}</s>{'name': 'LearnedSimulator@gns/...
0
{'name': '_HPO.__fit_hp@datawig/_hpo.py', 'description': "Method initialises the model, performs fitting and returns the desired metrics.\n\n\n:param train_df: training data as dataframe\n:param test_df: test data as dataframe; if not provided, a ratio of test_split of the\n training data are used as t...
1
{'name': 'Muse._handle_control@muselsl/muse.py', 'description': "Handle the incoming messages from the 0x000e handle.\n\nEach message is 20 bytes\nThe first byte, call it n, is the length of the incoming string.\nThe rest of the bytes are in ASCII, and only n chars are useful\n\nMultiple messages together are a json ob...
0
{'name': 'error_screen@displays/papiruszero2in.py', 'description': 'Error screen\n ', 'signature': 'def error_screen(message="ERROR"):'}</s>lntxbot_balance_1 = "Complimenti!!"
0
{'name': 'ProcessLine@tools/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 file,\n wi...
0
{'name': 'EntriesMaintainer.update_statistics@code/maintenance_entries.py', 'description': 'Generates the statistics page.\n\nShould be done every time the entries change.', 'signature': 'def update_statistics(self):'}</s>{'name': 'determine_archive_version_generic@code/utils/utils.py', 'description': 'Given an archive...
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': 'pointer_image@datoviz/__init__.py', 'description': 'Return a NumPy array of uint8 with shape (height, width, n_channels=3) from an ndpointer\nreferring to a C pointer to a buffer of RGB uint8 values.', 'signature': 'def pointer_image(rgb, width, height, n_channels=3):'}</s>MESH_FLAGS_NONE = 0
0
{'name': 'attrib@vendor/attr/_make.py', 'description': "Create a new attribute on a class.\n\n.. warning::\n\n Does *not* do anything unless the class is also decorated with\n `attr.s`!\n\n:param default: A value that is used if an ``attrs``-generated ``__init__``\n is used and no value is passed while instan...
1
{'name': 'ParserElement.setDebug@venv/Lib/site-packages/pip-19.0.3-py3.6.egg/pip/_vendor/pyparsing.py', 'description': 'Enable display of debugging messages while doing pattern matching.\nSet ``flag`` to True to enable, False to disable.\n\nExample::\n\n wd = Word(alphas).setName("alphaword")\n integer = Word(num...
0
{'name': 'document@llvm-12.0.0-project/clang/tools/scan-build-py/libscanbuild/report.py', 'description': 'Generates cover report and returns the number of bugs/crashes. ', 'signature': 'def document(args):'}</s>{'name': 'read_bugs@llvm-12.0.0-project/clang/tools/scan-build-py/libscanbuild/report.py', 'description': 'Ge...
1
{'name': 'IUController.as_dict@custom_components/irrigation_unlimited/irrigation_unlimited.py', 'description': 'Return this controller as a dict', 'signature': 'def as_dict(self, extended=False) -> OrderedDict:'}</s>{'name': 'IURun@custom_components/irrigation_unlimited/irrigation_unlimited.py', 'description': 'Irrigat...
0
{'name': 'Matrix.cast@python/taichi/lang/matrix.py', 'description': 'Cast the matrix elements to a specified data type.\n\nArgs:\n dtype (:mod:`~taichi.types.primitive_types`): data type of the\n returned matrix.\n\nReturns:\n :class:`taichi.Matrix`: A new matrix with the specified data dtype.\n\nExample::...
0
{'name': 'get_references_using_handler@wagtail_transfer/streamfield.py', 'description': 'Gets object references from a streamfield with block object block and value stream, and updates the reference\nset with the result', 'signature': 'def get_references_using_handler(block, stream, references):'}</s>{'name': 'get_obje...
1
{'name': 'TestRemoveDeclaration.testNotRemoved@src/tests/testXmlEncodingDecode.py', 'description': "Make sure that invalid, or missing, declarations aren't affected.", 'signature': 'def testNotRemoved(self):'}</s>{'name': 'SecurityRiskAttr@src/feedvalidator/logging.py', 'description': 'DOCSTRING', 'base_classes': ['Sec...
0
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQPMO_VERSION_1 = 1
0
{'name': 'loadPlugins@packstack/installer/run_setup.py', 'description': 'Load All plugins from ./plugins', 'signature': 'def loadPlugins():'}</s>PACKSTACK_SRC_DOC = os.path.realpath( os.path.join(os.path.abspath( packstack.__path__[0]), '..', 'docs/source/packstack.rst' ) )
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>MQ_TRIGGER_TRANS_ID_LENGTH = 4
0
{'name': 'QueueManager.put1@code/pymqi/__init__.py', 'description': "Put the single message in string buffer 'msg' on the queue\nusing the MQI PUT1 call. This encapsulates calls to MQOPEN,\nMQPUT and MQCLOSE. put1 is the optimal way to put a single\nmessage on a queue.\n\nqDesc identifies the Queue either by name (if i...
0
{'name': 'test_LocalstackSession_service_hostname@tests/unit/test_session.py', 'description': 'Test pytest_localstack.session.LocalstackSession.service_hostname.', 'signature': 'def test_LocalstackSession_service_hostname(service_name, not_service_name):'}</s>LOCALHOST = "127.0.0.1"
0
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQRCCF_REG_OPTIONS_ERROR = 3083
0
{'name': 'PreviewManager.__init__@preview_generator/manager.py', 'description': ':param cache_folder_path: path to the cache folder.\nThis is where previews will be stored\n:param create_folder: if True, then create the cache folder\nif it does not exist', 'signature': 'def __init__(self, cache_folder_path: str, create...
0
{'name': 'logout@n26/cli.py', 'description': 'Logout ', 'signature': 'def logout():'}</s>ATM_WITHDRAW = "PT"
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': 'score_hmm_spike_id_shuffle@nelpy/analysis/replay.py', 'description': 'Docstring goes here.\n\nReturns\...
0
{'name': 'BagTopicHelper.get_topic_type@bag_tools/scripts/plot.py', 'description': 'Get the topic type.\n\nThis method is based on the homonymous function provided in\nrostopic.__init__.py (actually the private _get_topic_type version)\n\n:param topic: topic name which can optionally include a field, ``str``\n:returns:...
0
{'name': 'parse_complex_walk@pairtools/lib/parse.py', 'description': 'Parse a set of ligations that appear as a complex walk.\nThis procedure is equivalent to intramolecular deduplication that preserved pair order in a walk.\n\n:param algns1: List of sequential lefts alignments\n:param algns2: List of sequential right ...
0
{'name': 'OpticalProduct._open_bands@eoreader/products/optical/optical_product.py', 'description': 'Open bands from disk.\n\nArgs:\n band_paths (dict): Band dict: {band_enum: band_path}\n pixel_size (float): Band pixel size in meters\n size (Union[tuple, list]): Size of the array (width, height). Not used if p...
0
{'name': '_lookup_module@dill/session.py', 'description': 'lookup name or id of obj if module is imported', 'signature': 'def _lookup_module(modmap, name, obj, main_module):'}</s>{'name': '_create_capsule@dill/_dill.py', 'description': 'DOCSTRING', 'code': 'def _create_capsule(pointer, name, context, destructor):\n ...
0
{'name': 'update_amount_screen@displays/papiruszero2in.py', 'description': 'Update the amount screen to reflect new coins inserted\n ', 'signature': 'def update_amount_screen():'}</s>qr_request_1 = "Veuillez scanner"
0
{'name': 'make_logical_schema@lang/py/avro/schema.py', 'description': 'Map the logical types to the appropriate literal type and schema class.', 'signature': 'def make_logical_schema(logical_type, type_, other_props):'}</s>{'name': 'UUIDSchema@lang/py/avro/schema.py', 'description': 'DOCSTRING', 'base_classes': ['Logic...
1
{'name': 'CheckStyle@third_party/cpplint/cpplint.py', 'description': "Checks rules from the 'C++ style rules' section of cppguide.html.\n\nMost of these rules are hard to test (naming, comment style), but we\ndo what we can. In particular we check for 2-space indents, line lengths,\ntab usage, spaces inside code, etc....
0
{'name': 'PandocConverter._find_cb_command@codebraid/converters/pandoc.py', 'description': 'Find all occurrences of `.cb.` and/or `.cb-` in a string, which may\nindicate the presence of Codebraid code. Try to extract a command\n`.cb<sep><command>` for each occurrence, and if a valid command is not\nfound use None. Ch...
0
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQFMT_TRIGGER_ARRAY = [b"M", b"Q", b"T", b"R", b"I", b"G", b" ", b" "]
0
{'name': 'on_shutdown_pi@src/server/server.py', 'description': 'Shutdown the raspberry pi.', 'signature': 'def on_shutdown_pi(*args):'}</s>HEARTBEAT_THREAD = None
0
{'name': 'ReplaceByFeeTest.test_doublespend_tree@test/functional/feature_rbf.py', 'description': 'Doublespend of a big tree of transactions', 'signature': 'def test_doublespend_tree(self):'}</s>OP_NOP4 = CScriptOp(0xb3)
0
{'name': 'Client.do_peek@iredis/client.py', 'description': "PEEK command implementation.\n\nIt's a generator, will run different redis commands based on the key's\ntype, yields FormattedText once a command reached result.\n\nRedis current supported types:\n string, list, set, zset, hash and stream.", 'signature': 'd...
0