text
string
label
int64
{'name': 'calc_stats@src/utility_scripts/calc_stats.py', 'description': 'Calculates a range of stats, each stored in a matrix of dimensions\n num_categories × num_months\nwhere consecutive sections of rows/columns are category groups/years.\n\nToy example:\n 2017 2018\n ...
0
{'name': 'BasicTokenizer._is_chinese_char@neural_networks/layers/bert_tokenization.py', 'description': 'Checks whether CP is the codepoint of a CJK character.', 'signature': 'def _is_chinese_char(self, cp):'}</s>{'name': 'convert_tokens_to_ids@neural_networks/layers/bert_tokenization.py', 'description': 'DOCSTRING', 'c...
0
{'name': 'byte_list_to_u16le_list@pyocd/utility/conversion.py', 'description': '! @brief Convert a byte array into a halfword array', 'signature': 'def byte_list_to_u16le_list(byteData):'}</s>{'name': 'u32_to_hex8le@pyocd/utility/conversion.py', 'description': '! @brief Create 8-digit hexadecimal string from 32-bit reg...
0
{'name': 'BertTokenizer.__init__@ZEN/tokenization.py', 'description': "Constructs a BertTokenizer.\n\nArgs:\n vocab_file: Path to a one-wordpiece-per-line vocabulary file\n do_lower_case: Whether to lower case the input\n Only has an effect when do_wordpiece_only=False\n do_basic_tokenize: Whether to...
0
{'name': 'PyMolecule.GetAllDescriptor@PyBioMed/Pymolecule.py', 'description': '#################################################################\nCalculate all descriptors (608).\n\nUsage:\n\n res=GetAllDescriptor()\n\n res is a dict form.\n#################################################################', 'sign...
0
{'name': 'get_qualified_note_rate@musegan/utils/metrics.py', 'description': 'Return the ratio of the number of the qualified notes (notes longer than\n`threshold` (in time step)) to the total number of notes in a piano-roll.', 'signature': 'def get_qualified_note_rate(pianoroll, threshold=2):'}</s>{'name': 'tonal_dist@...
0
{'name': 'load_libdmtx@pylibdmtx/wrapper.py', 'description': 'Loads the libdmtx shared library.\n\nPopulates the globals LIBDMTX and EXTERNAL_DEPENDENCIES.', 'signature': 'def load_libdmtx():'}</s>{'name': 'DmtxPixelLoc@pylibdmtx/wrapper.py', 'description': 'DOCSTRING', 'base_classes': ['Structure'], 'methods': []}
0
{'name': 'EnumDecoder@python/google/protobuf/internal/decoder.py', 'description': 'Returns a decoder for enum field.', 'signature': 'def EnumDecoder(field_number, is_repeated, is_packed, key, new_default,'}</s>__author__ = "robinson@google.com (Will Robinson)"
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_cmdclass@versioneer.py', 'description': 'Get the custom setuptools/distutils subclasses used by Versioneer.\n\nIf the package uses a different cmdclass (e.g. one from numpy), it\nshould be provide as an argument.', 'signature': 'def get_cmdclass(cmdclass=None):'}</s>{'name': 'run_command@versioneer.py', '...
0
{'name': 'splittag@bleach/_vendor/parse.py', 'description': "splittag('/path#tag') --> '/path', 'tag'.", 'signature': 'def splittag(url):'}</s>_parse_cache = {}
0
{'name': 'html_builder_write_doc@src/ablog/blog.py', 'description': 'Part of :meth:`sphinx.builders.html.StandaloneHTMLBuilder.write_doc` method\nused to convert *doctree* to HTML.\n\nExtra argument `img_url` enables conversion of `<img>` source paths to\nfully qualified URLs based on `blog_baseurl`.', 'signature': 'de...
0
{'name': 'User.initialize@src/astrobotany/models.py', 'description': 'Register a new player.', 'signature': 'def initialize(cls, username: str) -> User:'}</s>badge_70 = Badge("hot pepper", series=1, number=70, symbol="🌶")
0
{'name': 'Bottle.route@src/back/kite/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:param path: Request path...
0
{'name': 'NestingState.Update@tools/cpplint.py', 'description': 'Update nesting state with current line.\n\nArgs:\n filename: The name of the current file.\n clean_lines: A CleansedLines instance containing the file.\n linenum: The number of the line to check.\n error: The function to call with any errors found.', ...
0
{'name': 'run@TDScanner/sqlmap/thirdparty/bottle/bottle.py', 'description': 'Start a server instance. This method blocks until the server terminates.\n\n:param app: WSGI application or target string supported by\n :func:`load_app`. (default: :func:`default_app`)\n:param server: Server adapter to use. See :data:`s...
0
{'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': 'ResourceManager.resource_listdir@blockchain-env/lib/python3.7/site-packages/pip/_vendor/pkg_resources/__init__.py', 'description': 'List the contents of the named resource directory', 'signature': 'def resource_listdir(self, package_or_requirement, resource_name):'}</s>MARKER_EXPR = Forward()
0
{'name': 'parse_url@src/ahip/util/url.py', 'description': "Given a url, return a parsed :class:`.Url` namedtuple. Best-effort is\nperformed to parse incomplete urls. Fields not provided will be None.\nThis parser is RFC 3986 compliant.\n\nThe parser logic and helper functions are based heavily on\nwork done in the ``rf...
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>MQBACF_XQH_MSG_ID = 7035
0
{'name': 'bbox_iou@quickai/yolo/utils.py', 'description': '@param bboxes1: (a, b, ..., 4)\n@param bboxes2: (A, B, ..., 4)\n x:X is 1:n or n:n or n:1\n@return (max(a,A), max(b,B), ...)\nex) (4,):(3,4) -> (3,)\n (2,1,4):(2,3,4) -> (2,3)', 'signature': 'def bbox_iou(bboxes1, bboxes2):'}</s>{'name': 'get_anchors@quic...
0
{'name': 'read_fixed_fmt@meza/io.py', 'description': "Reads a fixed-width csv file.\n\nArgs:\n filepath (str): The fixed width formatted file path or file like object.\n widths (List[int]): The zero-based 'start' position of each column.\n mode (Optional[str]): The file open mode (default: 'r').\n kwargs (d...
0
{'name': 'safe_dump_all@strictyaml/ruamel/main.py', 'description': 'Serialize a sequence of Python objects into a YAML stream.\nProduce only basic YAML tags.\nIf stream is None, return the produced string instead.', 'signature': 'def safe_dump_all(documents, stream=None, **kwds):'}</s>{'name': 'AliasToken@strictyaml/ru...
0
{'name': 'Widget.handle_comm_opened@python/ipywidgets/ipywidgets/widgets/widget.py', 'description': 'Static method, called when a widget is constructed.', 'signature': 'def handle_comm_opened(comm, msg):'}</s>CONTROL_PROTOCOL_VERSION_MAJOR = __control_protocol_version__.split('.')[0]
0
{'name': 'LocalstackEndpointResolver.valid_regions@pytest_localstack/contrib/botocore.py', 'description': 'Return a list of regions we can resolve endpoints for.', 'signature': 'def valid_regions(self):'}</s>{'name': 'contribute_to_module@pytest_localstack/contrib/botocore.py', 'description': 'Add :func:`patch_fixture`...
0
{'name': 'MetarTest.test_030_parseTime_legal@test/test_metar.py', 'description': 'Check parsing of the time stamp.', 'signature': 'def test_030_parseTime_legal(self):'}</s>MISSING_RE = re.compile(r"^[M/]+$")
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': 'TCam.shutdown@ESP32/python/tcam.py', 'description': "shutdown()\n\nUse this to not only disconnect the socket, but also shut down the manager thread. If you are using\nthis object in an ipython session, you may find that the session won't exit until you ctrl+c. This is\nbecause the manager thread is still a...
0
{'name': 'generate_stps_from_gp@gp_query.py', 'description': "Generates a list of source target pairs from a given graph pattern.\n\nThe given graph pattern is immediately used as sparql query to quickly\ngenerate a list of source target pairs. Possible motivations for this:\n- evaluation: can the algorithm re-discover...
0
{'name': 'AGraph.layout@pygraphviz/agraph.py', 'description': 'Assign positions to nodes in graph.\n\n.. caution:: EXPERIMENTAL\n\nThis version of the layout command uses libgvc for layout instead\nof command line GraphViz tools like in versions <1.6 and the default.\n\nOptional prog=[\'neato\'|\'dot\'|\'twopi\'|\'circ...
1
{'name': '_relative_error@tests/test_mapping.py', 'description': 'Calculate the relative error', 'signature': 'def _relative_error(expected_min, expected_max, actual):'}</s>{'name': 'BaseTestKeyMapping@tests/test_mapping.py', 'description': 'Abstract class for testing KeyMapping classes', 'base_classes': ['six.with_met...
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_CHANNEL_AUTO_DEF_EXIT = 2026
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': 'TarInfo.frombuf@venv/Lib/site-packages/pip-19.0.3-py3.6.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>S_IFCHR = 8192
0
{'name': 'athena_source@05_explore/data-wrangler/99_GENERATED_Python_Code.py', 'description': 'Represents a source that handles Athena.\n\nNote: Input dataset_definition is a Mohave specific dataset definition and is different from Processing Job\ndataset definition.', 'signature': 'def athena_source(spark, mode, datas...
0
{'name': 'QuadNode.quadrant@PythonCode/adk/quad.py', 'description': 'Determine quadrant in which point exists. Closed intervals on quadrants I (NE) and III (SW).', 'signature': 'def quadrant(self, pt):'}</s>NW = 1
1
{'name': 'AmharicLocale.describe@arrow/locales.py', 'description': 'Describes a delta within a timeframe in plain language.\n\n:param timeframe: a string representing a timeframe.\n:param delta: a quantity representing a delta in a timeframe.\n:param only_distance: return only distance eg: "11 seconds" without "in" or ...
1
{'name': 'TestDecode.testDecodeBadUTF8@src/tests/testXmlEncodingDecode.py', 'description': 'Ensure bad UTF-8 is flagged as such, but still decoded.', 'signature': 'def testDecodeBadUTF8(self):'}</s>{'name': 'MisplacedItem@src/feedvalidator/logging.py', 'description': 'DOCSTRING', 'base_classes': ['RSS20Profile'], 'meth...
0
{'name': 'BackupJob.backup@freezer/job.py', 'description': ':type app_mode: freezer.mode.mode.Mode\n:return:', 'signature': 'def backup(self, app_mode):'}</s>{'name': 'AdminJob@freezer/job.py', 'description': 'DOCSTRING', 'base_classes': ['Job'], 'methods': [{'name': 'AdminJob._validate@freezer/job.py', 'description': ...
0
{'name': 'build_match_function@onlinejudge_command/subcommand/test.py', 'description': "build_match_function builds the function to compare actual outputs and expected outputs.\n\nThis function doesn't any I/O.", 'signature': 'def build_match_function(*, compare_mode: CompareMode, error: Optional[float], judge_command:...
0
{'name': 'Imputer.calibrate@datawig/imputer.py', 'description': 'Cecks model calibration and fits temperature scaling.\nIf the fit improves model calibration, the temperature parameter is assigned\nas property to self and used for all further predictions in self.predict_mxnet_iter().\nSaves calibration information to d...
0
{'name': 'TreeView.count@qt4c/wincontrols.py', 'description': '返回TreeView的item数\n ', 'signature': 'def count(self):'}</s>{'name': 'MenuItem@qt4c/wincontrols.py', 'description': '菜单项控件。不要直接实例化这个类,而通过Menu.MenuItems来获取。\n ', 'base_classes': ['Control'], 'methods': [{'name': 'MenuItem.__init__@qt4c/wincontrols.py...
0
{'name': 'convert@ytmdl/core.py', 'description': 'Convert the song into the proper format as asked by\nthe user.', 'signature': 'def convert('}</s>{'name': 'get_from_itunes@ytmdl/metadata.py', 'description': 'Try to download the metadata using itunespy.', 'code': 'def get_from_itunes(SONG_NAME):\n """Try to download...
0
{'name': 'execute_and_aggregate_exclusive_ops@self_organising_systems/biomakerca/env_logic.py', 'description': 'Execute all exclusive functions and aggregate them all into a single\nExclusiveOp for each cell.\n\nThis function constructs sanitized interfaces for the input excl_fs and \nagent_excl_f, making sure that no ...
0
{'name': 'FindDomainAdd@app/utils/GetMessage.py', 'description': '查找域名真实地址\n:param domain:\n:return:', 'signature': 'def FindDomainAdd(domain):'}</s>app = Flask(__name__,static_folder='assets/static',template_folder='assets/templates')
0
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQCA_CICS_FILE_NAME = 2060
0
{'name': '_disjoint@stix2matcher/matcher.py', 'description': "Checks whether the values in first sequence are disjoint from the\nvalues in the sequences in rest_seq.\n\nAll 'None' values in the sequences are ignored.\n\n:return: True if first_seq is disjoint from the rest, False otherwise.", 'signature': 'def _disjoint...
0
{'name': 'Afni1D.label_prefix_to_ints@src/python_scripts/afnipy/lib_afni1D.py', 'description': 'return a list of label indices, based on what is kept or dropped\n keep labels in their original order\n\n if keep_pre and one of keep_pre matches, keep\n if drop_pre and one of drop_pre matches, remove\n\nreturn 0 on ...
0
{'name': '_build_classification_loss@object_detection/builders/losses_builder.py', 'description': 'Builds a classification loss based on the loss config.\n\nArgs:\n loss_config: A losses_pb2.ClassificationLoss object.\n\nReturns:\n Loss based on the config.\n\nRaises:\n ValueError: On invalid loss_config.', 'signatu...
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': 'TopLevelMixin.repeat@altair/vegalite/v5/api.py', 'description': "Return a RepeatChart built from the chart\n\nFields within the chart can be set to correspond to the row or\ncolumn using `alt.repeat('row')` and `alt.repeat('column')`.\n\nParameters\n----------\nrepeat : list\n a list of data column names t...
0
{'name': '_AppHandler.build@jupyterlab/commands.py', 'description': 'Build the application.', 'signature': 'def build('}</s>{'name': '_get_core_extensions@jupyterlab/commands.py', 'description': 'Get the core extensions.', 'code': 'def _get_core_extensions(core_data):\n """Get the core extensions."""\n data = cor...
0
{'name': 'PacketFilter.set_limit@pf/filter.py', 'description': "Set hard limits on the memory pools used by Packet Filter.\n\n'limit' can be either one of the PF_LIMIT_* constants or a string; a\n'value' of UINT_MAX means unlimited. Raise PFError if the current pool\nsize exceeds the requested hard limit.", 'signature'...
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': 'GefHelpCommand.__rebuild@gef.py', 'description': 'Rebuild the documentation.', 'signature': 'def __rebuild(self) -> None:'}</s>{'name': 'gef_print@gef.py', 'description': 'Wrapper around print(), using string buffering feature.', 'code': 'def gef_print(*args: str, end="\\n", sep=" ", **kwargs: Any) -> None:\n...
0
{'name': 'TarInfo.frombuf@venv/Lib/site-packages/pip/_vendor/distlib/_backport/tarfile.py', 'description': 'Construct a TarInfo object from a 512 byte bytes object.\n ', 'signature': 'def frombuf(cls, buf, encoding, errors):'}</s>TOWRITE = 2
0
{'name': 'QueueManager.backout@code/pymqi/__init__.py', 'description': 'Backout any outstanding gets/puts in the current unit of work.\n ', 'signature': 'def backout(self):'}</s>MQRC_WRONG_MD_VERSION = 2257
0
{'name': 'Diagram.upgrade@discopy/hypergraph.py', 'description': 'Turn a :class:`frobenius.Diagram` into a :class:`hypergraph.Diagram`.\n\n>>> x, y = map(Ty, "xy")\n >>> back_n_forth = lambda d: Diagram.upgrade(d.downgrade())\n>>> for d in [spiders(0, 0, x),\n... spiders(2, 3, x),\n... spiders(1,...
0
{'name': 'GroupFitter.xfit_redshift@grizli/fitting.py', 'description': 'Two-step procedure for fitting redshifts\n\n1. polynomial, spline template fits\n2. redshift grids\n3. ...\n\nParameters\n----------\nprior : None, (array, array)\n Redshift prior (z, pz). Will be interpolated to the redshift\n fit grid\n\nt...
0
{'name': 'DebugKeywords.get_session_id@DebugLibrary/keywords.py', 'description': 'Get selenium browser session id.', 'signature': 'def get_session_id(self):'}</s>{'name': 'get_webdriver_remote@DebugLibrary/webdriver.py', 'description': 'Print the way connecting to remote selenium server.', 'code': 'def get_webdriver_re...
0
{'name': 'MarkChecker.verify_all_nodes@tests/tools.py', 'description': 'Generically test atok.get_text() on the ast tree: for each statement and expression in the\ntree, we extract the text, parse it, and see if it produces an equivalent tree. Returns the\nnumber of nodes that were tested this way.', 'signature': 'def ...
0
{'name': 'quantize_pact@nemo/transform.py', 'description': "Takes a PyTorch module and makes it quantization-aware with PACT, recursively.\n\nThe function follows recursively the data structures containing PyTorch layers (typically as hierarchical lists, e.g.\nblock-level :py:class:`torch.nn.Sequential` for networks li...
0
{'name': 'thanksgiving@src/convertdate/holidays.py', 'description': "In the United States, Thanksgiving is celebrated on the last Thursday\nof November. In Canada, on the second Monday of October.\n\nArguments:\n year (int): Gregorian year\n country (str): either ``'usa'`` (default) or ``'canada'``", 'signature':...
0
{'name': 'CacheList.remove_removed@shingetsu/cache.py', 'description': 'Remove removed record from disk.', 'signature': 'def remove_removed(self):'}</s>_init_node = None
0
{'name': 'BallQuery_score.forward@pointnet2/utils/pointnet2_utils.py', 'description': 'Parameters\n----------\nradius : float\n radius of the balls\nnsample : int\n maximum number of features in the balls\nxyz : torch.Tensor\n (B, N, 3) xyz coordinates of the features\nnew_xyz : torch.Tensor\n (B, npoint, 3...
0
{'name': 'FakeProcess.call_count@pytest_subprocess/fake_process.py', 'description': 'Count how many times a certain command was called. Can be used\ntogether with `fake_process.any()`.\n\nArgs:\n command: lookup command\n\nReturns:\n number of times a command was called', 'signature': 'def call_count(self, comman...
0
{'name': 'test_imputer_duplicate_encoder_output_columns@test/test_imputer.py', 'description': 'Tests Imputer with sequential, bag-of-words and categorical variables as inputs\nthis could be run as part of integration test suite.', 'signature': 'def test_imputer_duplicate_encoder_output_columns(test_dir, data_frame):'}<...
0
{'name': 'train@joeynmt/training.py', 'description': 'Main training function. After training, also test on test data if given.\n\n:param rank: ddp local rank\n:param world_size: ddp world size\n:param cfg: configuration dict\n:param skip_test: whether a test should be run or not after training', 'signature': 'def train...
1
{'name': 'draw_lnurl_qr@displays/waveshare2in13v3.py', 'description': 'Draw a lnurl qr code on the e-ink screen\n ', 'signature': 'def draw_lnurl_qr(qr_img):'}</s>startup_screen_3 = "- help translate to PT -"
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': 'spike_directionality_matrix@pyspike/spike_directionality.py', 'description': 'Computes the spike directionality matrix for the given spike trains.\n\n:param spike_trains: List of spike trains.\n:type spike_trains: List of :class:`pyspike.SpikeTrain`\n:param normalize: Normalize by the number of spikes (multip...
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': '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': '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': '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': '__compare_wasm_functype_t@language-bindings/python/src/wamr/wasmcapi...
0
{'name': 'PCFExecute.__init__@code/pymqi/__init__.py', 'description': "PCFExecute(name = '')\n\nConnect to the Queue Manager 'name' (default value '') ready\nfor a PCF command. If name is a QueueManager instance, it is\nused for the connection, otherwise a new connection is made ", 'signature': 'def __init__(self, name...
0
{'name': 'SegWitTest.test_witness_sigops@test/functional/p2p_segwit.py', 'description': 'Ensure sigop counting is correct inside witnesses.', 'signature': 'def test_witness_sigops(self):'}</s>OP_2DUP = CScriptOp(0x6e)
0
{'name': 'countedArray@venv/Lib/site-packages/pip-19.0.3-py3.6.egg/pip/_vendor/pyparsing.py', 'description': "Helper to define a counted list of expressions.\n\nThis helper defines a pattern of the form::\n\n integer expr expr expr...\n\nwhere the leading integer tells how many expr expressions follow.\nThe matched ...
0
{'name': 'RosettaTestCase.test_42_view_property_po_file_is_writable@rosetta/tests/tests.py', 'description': "Confirm that we're accurately determining the filesystem write-perms\non our .po file.", 'signature': 'def test_42_view_property_po_file_is_writable(self):'}</s>{'name': 'TranslationFileDownload@rosetta/views.py...
0
{'name': 'Client.set_api_version@SalesforcePy/sfdc.py', 'description': 'Sets the api version to be used by the client. If not provided, it will get the latest version\navailable\n\n:return: set version kwarg on client if not defined', 'signature': 'def set_api_version(self, **kwargs):'}</s>{'name': 'SObjectController@S...
0
{'name': '_format_compatibility_errors@jupyterlab/commands.py', 'description': 'Format a message for compatibility errors.', 'signature': 'def _format_compatibility_errors(name, version, errors):'}</s>{'name': 'get_user_settings_dir@jupyterlab/commands.py', 'description': 'Get the configured JupyterLab user settings di...
0
{'name': 'RequestContext.from_environ@oslo_context/context.py', 'description': 'Load a context object from a request environment.\n\nIf keyword arguments are provided then they override the values in the\nrequest environment.\n\n:param environ: The environment dictionary associated with a request.\n:type environ: dict'...
1
{'name': 'QuantifierRef.sort@src/api/python/z3/z3.py', 'description': 'Return the Boolean sort or sort of Lambda.', 'signature': 'def sort(self):'}</s>_user_prop_final = Z3_final_eh(user_prop_final)
0
{'name': 'aes_decrypt_text@script.module.youtube.dl/lib/youtube_dl/aes.py', 'description': "Decrypt text\n- The first 8 Bytes of decoded 'data' are the 8 high Bytes of the counter\n- The cipher key is retrieved by encrypting the first 16 Byte of 'password'\n with the first 'key_size_bytes' Bytes from 'password' (if ne...
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>MQCMD_RECOVER_CF_STRUC = 129
0
{'name': 'QuantifierRef.sort@src/api/python/z3/z3.py', 'description': 'Return the Boolean sort or sort of Lambda.', 'signature': 'def sort(self):'}</s>{'name': 'Ext@src/api/python/z3/z3.py', 'description': "Return extensionality index for one-dimensional arrays.\n>> a, b = Consts('a b', SetSort(IntSort()))\n>> Ext(a, b...
0
{'name': '_IsType@ament_cpplint/ament_cpplint/cpplint.py', 'description': 'Check if expression looks like a type name, returns true if so.\n\nArgs:\n clean_lines: A CleansedLines instance containing the file.\n nesting_state: A NestingState instance which maintains information about\n the current stac...
0
{'name': 'set_jwst_to_hst_keywords@grizli/jwst_utils.py', 'description': 'Make primary header look like an HST instrument\n\nParameters\n----------\ninput : str, `~astropy.io.fits.HDUList`\n Filename or FITS HDUList object to modify.\n\nreset : bool\n Reset original JWST keywords to their original values.\n\nverb...
0
{'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': 'set_fpa_pretty@src/api/python/z3/z3p...
0
{'name': 'EncoderManifoldFlow._report_model_parameters@manifold_flow/flows/encoder_manifold_flow.py', 'description': 'Reports the model size ', 'signature': 'def _report_model_parameters(self):'}</s>{'name': 'EncoderManifoldFlow@manifold_flow/flows/encoder_manifold_flow.py', 'description': 'Manifold-based flow with sep...
1
{'name': 'LeastSquares@reference/ThinkDSP/code/thinkstats2.py', 'description': 'Computes a linear least squares fit for ys as a function of xs.\n\nArgs:\n xs: sequence of values\n ys: sequence of values\n\nReturns:\n tuple of (intercept, slope)', 'signature': 'def LeastSquares(xs, ys):'}</s>{'name': 'MakeSuite...
0
{'name': 'filter_with_bustools@kb_python/count.py', 'description': "Generate filtered count matrices with bustools.\n\nArgs:\n bus_path: Path to sorted, corrected, sorted BUS file\n ecmap_path: Path to matrix ec file\n txnames_path: Path to list of transcripts\n t2g_path: Path to transcript-to-gene mapping\...
0
{'name': 'BlockPrune.__init__@condensa/schemes.py', 'description': 'Creates an instance of `BlockPrune`.\n\n:param density: Target density.\n:type density: `float`\n:param block_size: Target block size.\n:type block_size: `Tuple`\n:param criteria: Structure aggregation criteria (default: l2norm).\n:type criteria: `cond...
0
{'name': '_equalize_weights_unfolding_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...
0
{'name': 'ITypeComp.Bind@comtypes/typeinfo.py', 'description': 'Bind to a name', 'signature': 'def Bind('}</s>VARFLAG_FRESTRICTED = 128
0
{'name': 'find_gaps@Ghidra/Processors/RISCV/scripts/binutil.py', 'description': 'Account for all the bits in the pattern\ndummy style just added as they got added', 'signature': 'def find_gaps(op):'}</s>M_LA_TLS_IE = 3
0
{'name': 'PrintFormatCommand.do_invoke@gef.py', 'description': 'Default value for print-format command.', 'signature': 'def do_invoke(self, _: list[str], **kwargs: Any) -> None:'}</s>{'name': 'NopCommand@gef.py', 'description': 'Patch the instruction(s) pointed by parameters with NOP. Note: this command is architecture...
0
{'name': 'circos_labels@nxviz/annotate.py', 'description': 'Annotate node labels for circos plot.', 'signature': 'def circos_labels('}</s>{'name': 'circos_radius@nxviz/geometry.py', 'description': 'Automatically computes the origin-to-node centre radius of the Circos plot\nusing the triangle equality sine rule.\n\na / ...
1
{'name': 'four_args@tests/testdata/python3/astroid/module.py', 'description': 'four arguments (was nested_args)', 'signature': 'def four_args(a, b, c, d):'}</s>__revision__ = "$Id: module.py,v 1.2 2005-11-02 11:56:54 syt Exp $"
0
{'name': 'ResourceManager.lookup@3rdparty/mongo-c-driver-1.26.2/build/bottle.py', 'description': 'Search for a resource and return an absolute file path, or `None`.\n\nThe :attr:`path` list is searched in order. The first match is\nreturend. Symlinks are followed. The result is cached to speed up\nfuture lookups. ', 's...
0