text
string
label
int64
{'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': 'not_remote_test...
0
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQIACF_SUB_OPTIONS = 1303
0
{'name': 'predict_query@gp_query.py', 'description': 'Performs a single query starting at ?SOURCE returning all ?TARGETs.', 'signature': 'def predict_query(sparql, timeout, graph_pattern, source,'}</s>{'name': 'IncompleteQueryException@exception.py', 'description': 'Tried to eval a query without source and target var.'...
0
{'name': 'get_info@venv/Lib/site-packages/numpy/distutils/system_info.py', 'description': 'notfound_action:\n 0 - do nothing\n 1 - display warning message\n 2 - raise error', 'signature': 'def get_info(name, notfound_action=0):'}</s>{'name': 'WindowsParser@venv/Lib/site-packages/numpy/distutils/_shell_utils.py', 'de...
0
{'name': 'TarInfo.frombuf@venv/Lib/site-packages/pip-19.0.3-py3.8.egg/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>TGREAD = 32
0
{'name': 'test_change_statement_timeout@test/io/test_io.py', 'description': 'Statement timeout changes take effect immediately', 'signature': 'def test_change_statement_timeout(defaultenv, metapostgrest):'}</s>{'name': 'freeport@test/io/postgrest.py', 'description': 'Find a free port on localhost.', 'code': 'def freepo...
0
{'name': 'main@deb_pkg_tools/cli.py', 'description': 'Command line interface for the ``deb-pkg-tools`` program.', 'signature': 'def main():'}</s>{'name': 'inspect_package@deb_pkg_tools/package.py', 'description': 'Get the metadata and contents from a ``*.deb`` archive.\n\n:param archive: The pathname of an existing ``*...
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': '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': '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': 'get_arch_info@capstone/bindings/python/capstone/xcore.py', 'description': 'DOCSTRING', 'code': 'def get_arch_i...
0
{'name': 'LibcxxMultiMapDataFormatterTestCase.test_with_run_command@lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/TestDataFormatterLibccMultiMap.py', 'description': 'Test that that file and class static variables display correctly.', 'signature': 'def test_with_ru...
0
{'name': '_GetTextInside@scripts/cpplint.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 {, and the matching close-p...
0
{'name': 'Distinct@src/api/python/z3/z3.py', 'description': "Create a Z3 distinct expression.\n\n>>> x = Int('x')\n>>> y = Int('y')\n>>> Distinct(x, y)\nx != y\n>>> z = Int('z')\n>>> Distinct(x, y, z)\nDistinct(x, y, z)\n>>> simplify(Distinct(x, y, z))\nDistinct(x, y, z)\n>>> simplify(Distinct(x, y, z), blast_distinct=...
0
{'name': '_unparsedGroup@metar/Metar.py', 'description': 'Handle otherwise unparseable main-body groups.', 'signature': 'def _unparsedGroup( self, d ):'}</s>{'name': 'UnitsError@metar/Datatypes.py', 'description': 'Exception raised when unrecognized units are used.', 'base_classes': ['Exception'], 'methods': []}
0
{'name': 'GTestHelpTest.TestHelpFlag@third-party/googletest/googletest/test/gtest_help_test.py', 'description': 'Verifies correct behavior when help flag is specified.\n\nThe right message must be printed and the tests must\nskipped when the given flag is specified.\n\nArgs:\n flag: A flag to pass to the binary or No...
0
{'name': 'Hamlish._create_extended_jinja_tags@hamlish_jinja.py', 'description': 'Loops through the nodes and looks for special jinja tags that\ncontains more than one tag but only one ending tag.', 'signature': 'def _create_extended_jinja_tags(self, nodes):'}</s>begin_tag_m = re.compile(begin_tag_rx)
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': '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': 'GenerateFile@dep/scintilla/scintilla-3.21.0/scripts/FileGenerator.py', 'description': "Generate 'outpath' from 'inpath'.\n ", 'signature': 'def GenerateFile(inpath, outpath, commentPrefix, retainDefs, *lists):'}</s>{'name': 'UpdateFileFromLines@dep/scintilla/scintilla-3.21.0/scripts/FileGenerator.py', 'des...
0
{'name': '_build_ssd_model@object_detection/builders/model_builder.py', 'description': 'Builds an SSD detection model based on the model config.\n\nArgs:\n ssd_config: A ssd.proto object containing the config for the desired\n SSDMetaArch.\n is_training: True if this model is being built for training purposes.\n ...
0
{'name': 'get_signature_string@src/makefun/main.py', 'description': 'Returns the string to be used as signature.\nIf there is a non-native symbol in the defaults, it is created as a variable in the evaldict\n:param func_name:\n:param func_signature:\n:return:', 'signature': 'def get_signature_string(func_name, func_sig...
0
{'name': 'Simplifier.using_params@src/api/python/z3/z3.py', 'description': 'Return a simplifier that uses the given configuration options', 'signature': 'def using_params(self, *args, **keys):'}</s>{'name': 'Function@src/api/python/z3/z3.py', 'description': "Create a new Z3 uninterpreted function with the given sorts.\...
0
{'name': 'list_plugged_devices@rivalcfg/devices/__init__.py', 'description': 'List all plugged devices that are supported by rivalcfg.\n\n:rtype: generator\n\n::\n\n [\n {"vendor_id": ..., "product_id": ..., "name": ...},\n ]\n\nIf the ``RIVALCFG_PROFILE=vendor_id:product_id`` environment varialbe is\ndefined...
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': 'random_crop_or_pad_image_and_label@preprocessing.py', 'description': 'Crops and/or pads an image to a target width and height.\n\nResizes an image to a target width and height by rondomly\ncropping the image or padding it evenly with zeros.\n\nArgs:\n image: 3-D Tensor of shape `[height, width, channels]`.\n...
0
{'name': 'Annotation.get_available_label_stores@wfdb/io/annotation.py', 'description': "Get the label store values that may be used\nfor writing this annotation.\n\nAvailable store values include:\n- the undefined values in the standard WFDB labels\n- the store values not used in the current\n annotation object.\n- th...
0
{'name': 'AndroidTestBase.acquire_device@qt4a/androidtestbase.py', 'description': '申请设备接口\n\n:param device_id: 设备ID,用于本地调试\n:type device_id: string', 'signature': 'def acquire_device(self, device_id=None, **kwargs):'}</s>{'name': 'time_clock@qt4a/androiddriver/util.py', 'description': 'DOCSTRING', 'code': 'def time_cl...
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': 'meshProcessingPipeline@dicom2stl/Dicom2STL.py', 'description': 'Apply a series of filters to the mesh', 'signature': 'def meshProcessingPipeline('}</s>{'name': 'enableAnisotropic@dicom2stl/utils/parseargs.py', 'description': 'Enable anisotropic filtering', 'base_classes': ['argparse.Action'], 'methods': [{'na...
0
{'name': 'download_iclr_poster_papers@code/paper_downloader_ICLR.py', 'description': 'Download iclr poster papers from year 2013, 2017 ~ 2024.\n:param save_dir: str, paper save path\n:param year: int, iclr year, current only support year\n:param base_url: str, paper website url\n:param start_page: int, the initial down...
0
{'name': 'toggle_bit@pyModbusTCP/utils.py', 'description': 'Return an integer with the bit at offset position inverted.\n\n:param value: value of integer where invert the bit\n:type value: int\n:param offset: bit offset (0 is lsb)\n:type offset: int\n:returns: value of integer with bit inverted\n:rtype: int', 'signatur...
0
{'name': 'spbasis_from_MomSpaceBasis@doc/src/week46/Programs/NeutronMatterCCD_Ladders.py', 'description': 'converts a lattice to a single particle basis for spin-isospin degeneracy st_degen\nparam lattice_vecs: list of lattice vectors for 1st particle\nparam st_degen: spin-isospin degeneracy\nreturn: basis as a list of...
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...
1
{'name': 'GDCUploadClient.upload@src/gdc_client/upload/client.py', 'description': 'Upload files to the GDC.', 'signature': 'def upload(self):'}</s>{'name': 'create_resume_path@src/gdc_client/upload/client.py', 'description': 'in case the user enters a path, you want to create\na resume_filename.yml inside the same dire...
0
{'name': 'matchOnlyAtCol@tests/_lib_vendors/pkg_resources/_vendor/pyparsing.py', 'description': 'Helper method for defining parse actions that require matching at a specific\ncolumn in the input text.', 'signature': 'def matchOnlyAtCol(n):'}</s>pythonStyleComment = Regex(r"#.*").setName("Python style comment")
0
{'name': 'Ty.assert_isadjoint@discopy/rigid.py', 'description': 'Raise ``AxiomError`` if two rigid types are not adjoints.\n\nParameters:\n other : The alleged right adjoint.', 'signature': 'def assert_isadjoint(self, other):'}</s>{'name': 'Layer@discopy/monoidal.py', 'description': 'A layer is a :code:`box` in the ...
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': 'reconstruction@Chapter10/helper_functions.py', 'description': 'This function is used to reconstruct sample images for analysis\n:param x: Images\n:param y: Labels\n:param decoder_output: output from decoder\n:param y_pred: predictions from the model\n:param n_samples: num images\n:return: saves the reconstruc...
0
{'name': 'TarInfo.frombuf@scripts/pdns/lib/python2.7/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>GNUTYPE_LONGNAME = b'L'
0
{'name': 'from_wei@eth_utils/currency.py', 'description': 'Takes a number of wei and converts it to any other ether unit.', 'signature': 'def from_wei(number: int, unit: str) -> Union[int, decimal.Decimal]:'}</s>MAX_WEI = 2**256 - 1
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': 'count_velocity_smartseq3@kb_python/count.py', 'description': 'Generates count matrices for Smartseq3 (DEPRECATED).\n\nArgs:\n index_path: Path to kallisto index\n t2g_path: Path to transcript-to-gene mapping\n out_dir: Path to output directory\n fastqs: List of FASTQ file paths\n whitelist_path...
1
{'name': 'Forwarder._forward_logs@aws/logs_monitoring/forwarder.py', 'description': 'Forward logs to Datadog', 'signature': 'def _forward_logs(self, logs, key=None):'}</s>INCLUDE_AT_MATCH = get_env_var("INCLUDE_AT_MATCH", default=None)
1
{'name': 'Placeholders_Calls.test1@Cheetah/Tests/SyntaxAndOutput.py', 'description': 'func placeholder - no ()', 'signature': 'def test1(self):'}</s>{'name': 'Comments_SingleLine@Cheetah/Tests/SyntaxAndOutput.py', 'description': 'DOCSTRING', 'base_classes': ['OutputTest'], 'methods': [{'name': 'Comments_SingleLine.test...
0
{'name': 'main@linodecli/__init__.py', 'description': 'Handle incoming command arguments', 'signature': 'def main(): # pylint: disable=too-many-branches,too-many-statements'}</s>cli = CLI( VERSION, handle_url_overrides(BASE_URL, override_path=True), skip_config=skip_config, )
1
{'name': 'Product._load@eoreader/products/product.py', 'description': 'Core function loading optical data bands\n\nArgs:\n bands (list): Band list\n pixel_size (float): Pixel size of the band, in meters\n size (Union[tuple, list]): Size of the array (width, height). Not used if pixel_size is provided.\n kwa...
0
{'name': 'MailToolbarPanel.generate_stats@mail_panel/panels.py', 'description': 'Main panel view. Loads and displays listing of mail.', 'signature': 'def generate_stats(self, request, response):'}</s>MAIL_TOOLBAR_TTL = getattr(settings, 'MAIL_TOOLBAR_TTL', 86400)
1
{'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': 'commentify_all_notebooks@notebooks/add_github_links.py', 'description': 'Add comment-on-github links to each notebook in the book.', 'signature': 'def commentify_all_notebooks(book_nb_path, original_nb_path,'}</s>{'name': 'delete_branches_prs@notebooks/add_github_links.py', 'description': 'WARNING: THIS IRREV...
0
{'name': 'run_eruption_env@self_organising_systems/biomakerca/extensions/eruption.py', 'description': 'Create a video running Eruption.', 'signature': 'def run_eruption_env('}</s>DEFAULT_ABSORBTION_AMOUNTS = jp.array([0.25, 0.25])
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': 'ProjectBuilder.check_dependencies@src/build/_builder.py', 'description': 'Return the dependencies which are not satisfied from the combined set of\n:attr:`build_system_requires` and :meth:`get_requires_for_build` for a given\ndistribution.\n\n:param distribution: Distribution to check (``sdist`` or ``wheel``)...
0
{'name': 'to_excess_returns@ffn/core.py', 'description': 'Given a series of returns, it will return the excess returns over rf.\n\nArgs:\n * returns (Series, DataFrame): Returns\n * rf (float, Series): `Risk-Free rate(s) <https://www.investopedia.com/terms/r/risk-freerate.asp>`_ expressed in annualized term or re...
0
{'name': 'render_rays@run_nerf_fast.py', 'description': 'Volumetric rendering.\n\nArgs:\n ray_batch: array of shape [batch_size, ...]. All information necessary\n for sampling along a ray, including: ray origin, ray direction, min\n dist, max dist, and unit-magnitude viewing direction.\n network_fn: function. M...
0
{'name': 'find_puzzle_candidates@puzzlemaker/puzzle_finder.py', 'description': 'finds puzzle candidates from a chess game \n ', 'signature': 'def find_puzzle_candidates(game: Game, scan_depth=SCAN_DEPTH) -> List[Puzzle]:'}</s>SCAN_DEPTH = 16
1
{'name': 'get_index_of_first_statement@stino/pyarduino/arduino_src.py', 'description': "Returns the index of the first character that's not whitespace, a comment\nor a pre-processor directive.\n\nArgs:\n src_text: The source code.\n\nReturns:\n index: The index of first statement.", 'signature': 'def get_index_of...
0
{'name': 'init_media@soundrts/clientmedia.py', 'description': 'initialize sound, voice, screen, window title, keyboard,\nand sound cache', 'signature': 'def init_media():'}</s>DOCUMENTATION = [4337]
0
{'name': 'odctndict@training_codes/utils/utils_model.py', 'description': "D = ODCTNDICT((N1 N2 ... Np),(L1 L2 ... Lp)) returns an overcomplete \nDCT dictionary for p-dimensional signals of size N1xN2x...xNp. The number \nof DCT atoms in the i-th dimension is Li, so the combined dictionary is of\nsize (N1*N2*...*Np) x (...
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': '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': 'MainFrame.update_textlist_from_xmat@src/python_scripts/afnipy/gui_xmat.py', 'description': 'given the X matrix and columns, fill screen data list', 'signature': 'def update_textlist_from_xmat(self):'}</s>{'name': 'glob_form_matches_list@src/python_scripts/afnipy/afni_util.py', 'description': 'given a list of ...
0
{'name': 'PhishPredictor._print_result@cli/streamingphish/streamingphish/predictor.py', 'description': "Takes message, color, level, host, and score, then prints to screen.\n\nArgs:\n output (dictionary): Contains message, color, level, host, and score.\n message (dictionary): Certificate_update dict from cer...
0
{'name': 'DagBuilder._init_task_group_callback_param@dagfactory/dagbuilder.py', 'description': '_init_task_group_callback_param\n\nHandle configuring callbacks for TaskGroups in this method in this helper-method\n\n:param task_group_conf: dict containing the configuration of the TaskGroup', 'signature': 'def _init_task...
0
{'name': 'TestClassification.check_metric_values_for_classification@tests/test_classification.py', 'description': 'Check that the classification metric values are as expected.\n\nParameters\n----------\nmetric_name : str\n Name of the metric to check.\nlabel_array : list of str\n List of label strings from which ...
1
{'name': 'K@src/api/python/z3/z3.py', 'description': "Return a Z3 constant array expression.\n\n>>> a = K(IntSort(), 10)\n>>> a\nK(Int, 10)\n>>> a.sort()\nArray(Int, Int)\n>>> i = Int('i')\n>>> a[i]\nK(Int, 10)[i]\n>>> simplify(a[i])\n10", 'signature': 'def K(dom, v):'}</s>{'name': '_get_ctx@src/api/python/z3/z3.py', '...
0
{'name': 'add_files_to_git_repository@lib/symbioticpy/symbiotic/benchexec/util.py', 'description': 'Add and commit all files given in a list into a git repository in the\nbase_dir directory. Nothing is done if the git repository has\nlocal changes.\n\n@param files: the files to commit\n@param description: the commit me...
0
{'name': 'Application._load_environment@robopianist/viewer/application.py', 'description': 'Loads a new environment.', 'signature': 'def _load_environment(self, zoom_to_scene):'}</s>KEY_8 = 56
0
{'name': 'PBES1.decrypt@blockchain-env/lib/python3.7/site-packages/Cryptodome/IO/_PBES.py', 'description': 'Decrypt a piece of data using a passphrase and *PBES1*.\n\nThe algorithm to use is automatically detected.\n\n:Parameters:\n data : byte string\n The piece of data to decrypt.\n passphrase : byte string\n ...
0
{'name': 'unique@scripts/llnl_scripts/find_unused_tpl_dirs.py', 'description': 'Returns list with unique entries of input list', 'signature': 'def unique(lst):'}</s>{'name': 'full_build_and_test_of_tpls@scripts/llnl_scripts/llnl_lc_build_tools.py', 'description': 'DOCSTRING', 'code': 'def full_build_and_test_of_tpls(bu...
0
{'name': 'CSSParser.parse_pseudo_class@SneakerBot 2019/venv/lib/python3.7/site-packages/soupsieve/css_parser.py', 'description': 'Parse pseudo class.', 'signature': 'def parse_pseudo_class(self, sel, m, has_selector, iselector, is_html):'}</s>RE_VALUES = re.compile(r'(?:(?P<value>{value})|(?P<split>{ws}*,{ws}*))'.forma...
0
{'name': 'BisectRunner.get_next@nix_bisect/bisect_runner.py', 'description': 'Computes the next commit to test.\n\nThis takes skip-ranges into account and prioritizes finding the first\ncommit that unbreaks a skip range.\n\nMay add commits for cherry pick. Returns `False` when the bisect is\nfinished.', 'signature': 'd...
0
{'name': 'field_rgb@grizli/pipeline/auto_script.py', 'description': "RGB image of the field mosaics\n\nParameters\n----------\n\nroot : str\n Field rootname\n\nxsize : float\n Figure size\n\noutput_dpi : int\n Figure DPI\n\nHOME_PATH : str\n Path to look for mosaic files\n\nshow_ir : bool\n Clip around W...
0
{'name': 'plot_sounding@pymeteo/skewt.py', 'description': 'Plot sounding data\n\nThis plots temperature, dewpoint and wind data on a Skew-T/Log-P plot.\nThis will also plot derived values such as wetbulb temperature and\nlabel the surface based LCL, LFC and EL.\n\n:parameter z: height values (1D array)\n:parameter th: ...
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': 'test_get_parts_geometry_collection_multi@pygeos/tests/test_geometry.py', 'description': 'On the first pass, the individual Multi* geometry objects are returned\nfrom the collection. On the second pass, the individual singular geometry\nobjects within those are returned.', 'signature': 'def test_get_parts_geo...
0
{'name': '_equalize_weights_lsq_pact@nemo/transf/equalize.py', 'description': 'Performs in-layer equalization by unfolding of convolution parameters\ninto batch-normalization parameters.\n\n:param bn_dict: a dictionary of layer names, with the key being the source (linear) and the value the target (batch-norm).\n:type ...
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>MAX_ARRAY_SIZE = 2147483642
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>{'name': 'reset@pytho...
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': 'test_subclass@tests/test_collection_abc.py', 'description': 'Test that all appropriate collections are subclasses of Collection.', 'signature': 'def test_subclass(klass):'}</s>{'name': 'Bag@collections_extended/bags.py', 'description': "Base class for bag classes.\n\nBase class for bag and frozenbag. Is not m...
0
{'name': 'TestRemoveDeclaration.testNotRemoved@src/tests/testXmlEncodingDecode.py', 'description': "Make sure that invalid, or missing, declarations aren't affected.", 'signature': 'def testNotRemoved(self):'}</s>{'name': 'InvalidMediaMedium@src/feedvalidator/logging.py', 'description': 'DOCSTRING', 'base_classes': ['E...
0
{'name': 'TestAuditLogsEnterprise.test_get_params@backend-tests/tests/test_auditlogs.py', 'description': 'Mix up some audiltog events, check GET with various params', 'signature': 'def test_get_params(self, tenant_users):'}</s>{'name': 'make_user@backend-tests/tests/test_auditlogs.py', 'description': 'Create user in us...
1
{'name': 'get_all_entries@rstblog/modules/blog.py', 'description': 'Returns all blog entries in reverse order', 'signature': 'def get_all_entries(builder):'}</s>{'name': 'write_feed@rstblog/modules/blog.py', 'description': 'DOCSTRING', 'code': "def write_feed(builder):\n blog_author = builder.config.root_get('author...
0
{'name': 'toggle_bit@pyModbusTCP/utils.py', 'description': 'Return an integer with the bit at offset position inverted.\n\n:param value: value of integer where invert the bit\n:type value: int\n:param offset: bit offset (0 is lsb)\n:type offset: int\n:returns: value of integer with bit inverted\n:rtype: int', 'signatur...
0
{'name': 'AcousticCorpusMixin.load_reference_alignments@montreal_forced_aligner/corpus/acoustic_corpus.py', 'description': 'Load reference alignments to use in alignment evaluation from a directory\n\nParameters\n----------\nreference_directory: :class:`~pathlib.Path`\n Directory containing reference alignments', 's...
0
{'name': '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': 'DataStream.partition_by@streaming/python/raystreaming/datastream.py', 'description': 'Sets the partitioning of the :class:`DataStream` so that the elements\nof stream are partitioned by specified partition function.\n\nArgs:\n partition_func: partition function.\n If `func` is a python function instead ...
1
{'name': 'NacosClient.subscribe@nacos/client.py', 'description': 'reference at `/nacos/v1/ns/instance/list` in https://nacos.io/zh-cn/docs/open-api.html\n:param listener_fn 监听方法,可以是元组,列表,单个监听方法\n:param listener_interval 监听间隔,在 HTTP 请求 OpenAPI 时间间隔\n:return:', 'signature': 'def subscribe(self,'}</s>logger ...
0
{'name': 'topological_sort@cello/graph_lib/graph.py', 'description': 'Perform a topological sort of nodes on a DAG', 'signature': 'def topological_sort(dag):'}</s>{'name': 'moralize@cello/graph_lib/graph.py', 'description': 'DOCSTRING', 'code': 'def moralize(graph):\n # Add edges between all nodes that have a common...
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': 'Cdf.__init__@reference/ThinkDSP/code/thinkstats2.py', 'description': 'Initializes.\n\nIf ps is provided, obj must be the corresponding list of values.\n\nobj: Hist, Pmf, Cdf, Pdf, dict, pandas Series, list of pairs\nps: list of cumulative probabilities\nlabel: string label', 'signature': 'def __init__(self, o...
0
{'name': 'analyze_menu_frame@analyze.py', 'description': 'check menu button\n\nfound menu button for start analyze\n\nArgs\n frame (ndarray): edited frame from movie\n menu (ndarray): MENU template\n roi (list): search roi\n\nReturns\n True, False (boolean): menu found or not\n max_loc (list, boolean): m...
0
{'name': 'NewDatabase.write_db_to_matrices@premise/new_database.py', 'description': 'Exports the new database as a sparse matrix representation in csv files.\n\n:param filepath: path provided by the user to store the exported matrices.\nIf it is a string, the path is used as main directory from which\n"iam model" / "pa...
0
{'name': 'GraphiteAlert.configure@graphite_beacon/alerts.py', 'description': 'Configure the alert.', 'signature': 'def configure(self, **options):'}</s>{'name': 'URLAlert@graphite_beacon/alerts.py', 'description': 'Check URLs.', 'base_classes': ['BaseAlert'], 'methods': [{'name': 'URLAlert.get_data@graphite_beacon/aler...
0
{'name': 'test_MultiBaseTilerFactory@src/titiler/core/tests/test_factories.py', 'description': 'test MultiBaseTilerFactory.', 'signature': 'def test_MultiBaseTilerFactory(rio):'}</s>{'name': 'test_path_param_in_prefix@src/titiler/core/tests/test_factories.py', 'description': 'Test path params in prefix.', 'code': 'def ...
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>MQCACH_LAST_LUWID = 3531
0
{'name': 'on_shutdown_pi@src/server/server.py', 'description': 'Shutdown the raspberry pi.', 'signature': 'def on_shutdown_pi(*args):'}</s>{'name': 'on_delete_database_file@src/server/server.py', 'description': 'Restore database.', 'code': "def on_delete_database_file(data):\n '''Restore database.'''\n if 'backup...
0
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQIACH_LONG_RETRIES_LEFT = 1540
0
{'name': 'get_info@venv/Lib/site-packages/numpy/distutils/system_info.py', 'description': 'notfound_action:\n 0 - do nothing\n 1 - display warning message\n 2 - raise error', 'signature': 'def get_info(name, notfound_action=0):'}</s>{'name': 'set_verbosity@venv/Lib/site-packages/numpy/distutils/log.py', 'description...
0
{'name': 'test_create_with_duplicate_dimensions@unyt/tests/test_units.py', 'description': 'Create units with overlapping dimensions. Ex: km/Mpc.', 'signature': 'def test_create_with_duplicate_dimensions():'}</s>{'name': 'generate_name_alternatives@unyt/_unit_lookup_table.py', 'description': 'DOCSTRING', 'code': 'def ge...
0