text
string
label
int64
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQBACF_SUB_ID = 7016
0
{'name': 'grouped_count_sizes@pyFileFixity/lib/aux_funcs.py', 'description': 'Compute the total size per group and total number of files. Useful to check that everything is OK.', 'signature': 'def grouped_count_sizes(fileslist, fgrouped): # pragma: no cover'}</s>{'name': 'grouper@pyFileFixity/lib/aux_funcs.py', 'descr...
0
{'name': 'retryable@laika/downloader.py', 'description': 'Decorator to allow us to pass multiple URLs from which to download.\nAutomatically retry the request with the next URL on failure', 'signature': 'def retryable(f):'}</s>{'name': 'mirror_url@laika/downloader.py', 'description': 'DOCSTRING', 'code': 'def mirror_ur...
0
{'name': 'cmd_base@lib/charliecloud.py', 'description': 'Run a command to completion. If not fail_ok, exit with a fatal error if\nthe command fails (i.e., doesn’t exit with code zero). Return the\nCompletedProcess object.\n\nThe command’s stderr is suppressed unless (1) logging is DEBUG or higher\nor (2) fail_ok is Fal...
0
{'name': 'AGraph.subgraph_parent@pygraphviz/agraph.py', 'description': 'Return parent graph of subgraph or None if graph is root graph.', 'signature': 'def subgraph_parent(self, nbunch=None, name=None):'}</s>{'name': 'gvLayout@pygraphviz/graphviz.py', 'description': 'DOCSTRING', 'code': 'def gvLayout(gvc, g, prog):\n ...
0
{'name': 'Expression.statement@da/compiler/dast.py', 'description': 'The first statement parent of this expression, if any.\n\n ', 'signature': 'def statement(self):'}</s>{'name': 'ExtSliceExpr@da/compiler/dast.py', 'description': 'DOCSTRING', 'base_classes': ['Expression'], 'methods': [{'name': 'ExtSliceExpr.di...
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': 'P7M.is_expired@a38/crypto.py', 'description': 'Check if the signature has expired', 'signature': 'def is_expired(self) -> bool:'}</s>{'name': 'export@a38/fattura.py', 'description': 'Add a symbol to __all__ for export', 'code': 'def export(el):\n """\n Add a symbol to __all__ for export\n """\n gl...
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': '_doc_resource@python/couchdb-python/couchdb/client.py', 'description': 'Return the resource for the given document id.\n ', 'signature': 'def _doc_resource(base, doc_id):'}</s>DEFAULT_BASE_URL = os.environ.get('COUCHDB_URL', 'http://localhost:5984/')
0
{'name': 'list_dfu_devices@tools/pydfu.py', 'description': 'Prints a lits of devices detected in DFU mode.', 'signature': 'def list_dfu_devices(*args, **kwargs):'}</s>__DFU_STATE_DFU_MANIFEST_WAIT_RESET = 8
0
{'name': 'render@versioneer.py', 'description': 'Render the given version pieces into the requested style.', 'signature': 'def render(pieces, style):'}</s>{'name': 'git_get_keywords@versioneer.py', 'description': 'Extract version information from the given file.', 'code': 'def git_get_keywords(versionfile_abs):\n ""...
0
{'name': 'readability@panoramix/simplify.py', 'description': "- replaces variable names with nicer ones,\n- fixes empty memory in calls\n- replaces 'max..' in setmems with msize variable\n (max can only appear because of this)", 'signature': 'def readability(trace):'}</s>{'name': 'pformat_trace@panoramix/prettify.py...
0
{'name': 'decryptFdat@fwtool/sony/fdat.py', 'description': 'Decrypts an encrypted FDAT file', 'signature': 'def decryptFdat(file):'}</s>key_aes = b'\xe3\xb0\xc4B\x98\xfc\x1c\x14\x9a\xfb\xf4\xc8\x99o\xb9$'
0
{'name': 'read_html@meza/io.py', 'description': "Reads tables from an html file\n\nTODO: convert to lxml.etree.iterparse\nhttp://lxml.de/parsing.html#iterparse-and-iterwalk\n\nArgs:\n filepath (str): The html file path or file like object.\n If you have a url, use the following pattern:\n\n r = request...
0
{'name': 'make_response@src/engineio/async_drivers/aiohttp.py', 'description': 'This function generates an appropriate response object for this async\nmode.', 'signature': 'def make_response(status, headers, payload, environ):'}</s>{'name': 'create_route@src/engineio/async_drivers/aiohttp.py', 'description': 'This func...
0
{'name': 'MemoryFindTestCase.test_memory_find@llvm-project/lldb/test/API/functionalities/memory/find/TestMemoryFind.py', 'description': "Test the 'memory find' command.", 'signature': 'def test_memory_find(self):'}</s>PROCESS_IS_VALID = "Process is valid"
0
{'name': 'eGetRawS@src/LabJackPython.py', 'description': 'Function not yet implemented.\n\nFor Windows only.', 'signature': 'def eGetRawS(Handle, pIOType, Channel, pValue, x1):'}</s>LJ_chHARDWARE_VERSION = 10
0
{'name': 'http_list@icesat2_toolkit/utilities.py', 'description': "List a directory on an Apache http Server\n\nParameters\n----------\nHOST: str or list\n remote http host path\ntimeout: int or NoneType, default None\n timeout in seconds for blocking operations\ncontext: obj, default ssl.SSLContext(ssl.PROTOCOL_...
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': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQCFSTATUS_NOT_FAILED = 23
0
{'name': 'check_file_status@Data/rda.ucar/rdams_client.py', 'description': 'Prints file download status as percent of file complete.\n\nArgs:\n filepath (str): File being downloaded.\n filesize (int): Expected total size of file in bytes.\n\nReturns:\n None', 'signature': 'def check_file_status(filepath, files...
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': 'nestedExpr@scripts/pdns/lib/python2.7/site-packages/pip/_vendor/pyparsing.py', 'description': 'Helper method for defining nested lists enclosed in opening and closing\ndelimiters ("(" and ")" are the default).\n\nParameters:\n - opener - opening character for a nested list (default=C{"("}); can also be a pypa...
0
{'name': 'test_novalidate_noerrors@cerberus/tests/test_validation.py', 'description': 'In v0.1.0 and below `self.errors` raised an exception if no\nvalidation had been performed yet.', 'signature': 'def test_novalidate_noerrors(validator):'}</s>{'name': 'test_unknown_key_dict@cerberus/tests/test_validation.py', 'descri...
0
{'name': 'get_reader@meza/io.py', 'description': "Gets the appropriate reader for a given file extension.\n\nArgs:\n extension (str): The file extension.\n\nReturns:\n func: The file reading function\n\nSee also:\n `meza.io.read`\n\nRaises:\n TypeError: If unable to find a suitable reader.\n\nExamples:\n ...
0
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQCHS_DISCONNECTED = 9
0
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQXE_MQSC = 4
0
{'name': 'test_tls_client_auth@cheroot/test/test_ssl.py', 'description': 'Verify that client TLS certificate auth works correctly.', 'signature': 'def test_tls_client_auth( # noqa: C901, WPS213 # FIXME'}</s>{'name': 'test_ssl_env@cheroot/test/test_ssl.py', 'description': 'Test the SSL environment generated by the SSL...
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>MATCH_RDCYCLEH = 3355451507
0
{'name': 'CheckLanguage@ament_cpplint/ament_cpplint/cpplint.py', 'description': "Checks rules from the 'C++ language rules' section of cppguide.html.\n\nSome of these rules are hard to test (function overloading, using\nuint32 inappropriately), but we do the best we can.\n\nArgs:\n filename: The name of the current fi...
0
{'name': 'Client.__init__@python-sdk/pachyderm_sdk/client.py', 'description': "Creates a Pachyderm client.\n\nParameters\n----------\nhost : str, optional\n The pachd host. Default is 'localhost', which is used with\n ``pachctl port-forward``.\nport : int, optional\n The port to connect to. Default is 30650.\n...
0
{'name': 'template@src/back/kite/bottle.py', 'description': 'Get a rendered template as a string iterator.\nYou can use a name, a filename or a template string as first parameter.\nTemplate rendering arguments can be passed as dictionaries\nor directly (as keyword arguments).', 'signature': 'def template(*args, **kwarg...
0
{'name': 'rewrite_functions@panoramix/sparser.py', 'description': "rewrites functions, putting storage names there,\nthen detects storage types and returns a list of those in a form of\n('def', name, loc, type)\nthat can be displayed by pretty_type from prettify", 'signature': 'def rewrite_functions(functions):'}</s>{'...
0
{'name': 'create_speechcommands35_classification_dataset@s5/dataloading.py', 'description': 'AG inexplicably moved away from using a cache dir... Grumble.\nThe `cache_dir` will effectively be ./raw_datasets/speech_commands/0.0.2 .\n\nSee abstract template.', 'signature': 'def create_speechcommands35_classification_dat...
1
{'name': 'Upstream2D.__init__@oggm/core/sia2d.py', 'description': "Create a new 2D model from gridded data.\n\nParameters\n----------\nbed_topo : 2d array\n the topography\ninit_ice_thick : 2d array (optional)\n the initial ice thickness (default is zero everywhere)\ndx : float\n map resolution (m)\ndy : float...
0
{'name': 'sniffer_capture@tools/ble_sniffer/extcap/nrf_sniffer_ble.py', 'description': 'Start the sniffer to capture packets', 'signature': 'def sniffer_capture(interface, baudrate, fifo, control_in, control_out):'}</s>fn_capture = None
1
{'name': 'wrap_deepmind@atari_zoo/atari_wrappers.py', 'description': 'Configure environment for DeepMind-style Atari.\n\nNote: this does not include frame stacking!', 'signature': "def wrap_deepmind(env, episode_life=False, skip=4, stack_frames=4, noop_max=30, noops=None, show_warped=False,preproc='tf'):"}</s>{'name': ...
1
{'name': '_add_page@dynamic_raw_id/tests/conftest.py', 'description': 'Open the "Add" admin page of the test model.', 'signature': 'def _add_page(selenium: WebDriver, live_server: LiveServer, _login: None) -> None:'}</s>{'name': 'IntPrimaryKeyModel@dynamic_raw_id/tests/testapp/models.py', 'description': 'DOCSTRING', 'b...
0
{'name': 'Camera.addLandmarkInformationGPS@cameratransform/camera.py', 'description': 'Add a term to the camera probability used for fitting. This term includes the probability to observe the given\nlandmarks and the specified positions in the image.\n\nParameters\n----------\nlm_points_image : ndarray\n the pixel p...
0
{'name': 'MergeDirectoryTask._handle_remote_file_without_record@onedrive_client/od_tasks/merge_dir.py', 'description': 'Handle the case in which a remote item is not found in the database. The local item may or may not exist.\n:param onedrivesdk.model.item.Item remote_item:\n:param posix.stat_result | None item_stat:\n...
0
{'name': 'GroupFLT.subtract_median_filter@grizli/multifit.py', 'description': 'Remove a median filter calculated along the dispersion axis.\n\nParameters\n----------\nfilter_size : int\n Size of the median filter.\n\nfilter_central : int\n Mask the central `filter_central` pixels of the filter.\n\nrevert : bool\n...
0
{'name': 'TestRedisCache.test_distinct@tests/test_cache.py', 'description': 'distinct() returns all unique package names', 'signature': 'def test_distinct(self):'}</s>{'name': 'SQLPackage@pypicloud/cache/sql.py', 'description': 'Python package stored in SQLAlchemy', 'base_classes': ['Package', 'Base'], 'methods': []}
1
{'name': 'AmcrestCam._enable_recording@custom_components/amcrest/camera.py', 'description': 'Turn recording on or off.', 'signature': 'def _enable_recording(self, enable):'}</s>SERVICE_DISABLE_AUDIO = "amcrest_audio_off"
0
{'name': 'get_topo_file@oggm/utils/_downloads.py', 'description': "Path(s) to the DEM file(s) covering the desired extent.\n\nIf the needed files for covering the extent are not present, download them.\n\nThe default behavior is to try a list of DEM sources in order, and\nstop once the downloaded data is covering a lar...
0
{'name': 'GlacierDirectory.__init__@oggm/utils/_workflow.py', 'description': "Creates a new directory or opens an existing one.\n\nParameters\n----------\nrgi_entity : a ``geopandas.GeoSeries`` or str\n glacier entity read from the shapefile (or a valid RGI ID if the\n directory exists)\nbase_dir : str\n path ...
0
{'name': 'stagger@phi/field/_field_math.py', 'description': "Creates a new grid by evaluating `face_function` given two neighbouring cells.\nOne layer of missing cells is inferred from the extrapolation.\n\nThis method returns a Field of type `type` which must be either StaggeredGrid or CenteredGrid.\nWhen returning a ...
0
{'name': 'main@src/cmasher/cli_tools.py', 'description': 'This is the main function of the CLI and is called whenever `cmr` is\ninvoked from the command-line.', 'signature': 'def main():'}</s>__version__ = version("cmasher")
0
{'name': 'EventualResult._set_result@crochet/_eventloop.py', 'description': 'Set the result of the EventualResult, if not already set.\n\nThis can only happen in the reactor thread, either as a result of\nDeferred firing, or as a result of ResultRegistry.stop(). So, no need\nfor thread-safety.', 'signature': 'def _set_...
0
{'name': 'Upstream2D.__init__@oggm/core/sia2d.py', 'description': "Create a new 2D model from gridded data.\n\nParameters\n----------\nbed_topo : 2d array\n the topography\ninit_ice_thick : 2d array (optional)\n the initial ice thickness (default is zero everywhere)\ndx : float\n map resolution (m)\ndy : float...
0
{'name': '_get_parsed_spec@tests/conftest.py', 'description': 'Returns an OpenAPI object loaded from a file in the tests/fixtures directory\n\n:param filename: The filename to load. Must exist in tests/fixtures and\n include extension.\n:type filename: str', 'signature': 'def _get_parsed_spec(filename)...
0
{'name': 'MethodReferenceSyntaxTest.test_method_reference_to_the_new_method_with_explict_type@baseline_tokenization/javalang/test/test_java_8_syntax.py', 'description': "test support for method references to 'new' with an\nexplicit type.", 'signature': 'def test_method_reference_to_the_new_method_with_explict_type(self...
0
{'name': 'implied_volatility@py_vollib/black_scholes/implied_volatility.py', 'description': "Calculate the Black-Scholes implied volatility.\n\n:param price: the Black-Scholes option price\n:type price: float\n:param S: underlying asset price\n:type S: float\n:param K: strike price\n:type K: float\n:param t: time to ex...
0
{'name': 'SensorHandler.validate_arming_event@custom_components/alarmo/sensors.py', 'description': 'check whether all sensors have the correct state prior to arming.', 'signature': 'def validate_arming_event(self, area_id: str, target_state: str = None, **kwargs):'}</s>ATTR_ENTITIES = "entities"
0
{'name': 'TestingParser.set_parser@tests/run_all_tests.py', 'description': 'Sets a new argument parser.\n\nThis method sets a new instance of the argument parser.\n\nParameters:\n- newParser (argparse.ArgumentParser): The new argument parser to set.', 'signature': 'def set_parser(self, newParser: argparse.ArgumentParse...
0
{'name': 'socksocket._SOCKS5_request@nova/proxy/socks.py', 'description': 'Send SOCKS5 request with given command (CMD field) and\naddress (DST field). Returns resolved DST address that was used.', 'signature': 'def _SOCKS5_request(self, conn, cmd, dst):'}</s>{'name': 'wrap_module@nova/proxy/socks.py', 'description': "...
0
{'name': 'TestDateUtils.test_datetime_to_timestamp_implicit_utc@tests/test_dateutils.py', 'description': 'onedrivesdk-python returns datetime objects that do not have tzinfo but onedrive_client wants it to be explicit.\nThis test case check if the machine and program can handle implicit UTC.', 'signature': 'def test_da...
1
{'name': 'is_mask@eoreader/bands/__init__.py', 'description': 'Returns True if is a Mask band (from :code:`MaskBandNames`)\n\nArgs:\n mask (BandType): Anything that could be a Mask band\n\nReturns:\n bool: True if the band asked is a Mask band\n\nExamples:\n\n >>> from eoreader.bands import NDVI, HH, GREEN, SL...
0
{'name': '_clean_up_temporary_files@slim/datasets/download_and_convert_mnist.py', 'description': 'Removes temporary files used to create the dataset.\n\nArgs:\n dataset_dir: The directory where the temporary files are stored.', 'signature': 'def _clean_up_temporary_files(dataset_dir):'}</s>WSI_RAW_PATCHES_COUNT_FILE_T...
0
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQTOPT_ALL = 2
0
{'name': 'GeneratedProtocolMessageType.__init__@third_party/dawn/third_party/protobuf/python/google/protobuf/internal/python_message.py', 'description': "Here we perform the majority of our work on the class.\nWe add enum getters, an __init__ method, implementations\nof all Message methods, and properties for all field...
0
{'name': 'is_on_the_line@articles/inversion.py', 'description': "Check if 'point' is on the line given by two points 'lp1' and 'lp2'.", 'signature': 'def is_on_the_line(point, lp1, lp2, thres = 1e-6):'}</s>{'name': 'distance_to_the_line@articles/inversion.py', 'description': "Return the distance from 'point' to the lin...
1
{'name': 'get_cmdclass@versioneer.py', 'description': 'Get the custom setuptools/distutils subclasses used by Versioneer.', 'signature': 'def get_cmdclass():'}</s>{'name': 'do_vcs_install@versioneer.py', 'description': 'Git-specific installation logic for Versioneer.\n\nFor Git, this means creating/changing .gitattribu...
0
{'name': 'merge_blocks_job@maf/impl/naiveLiftUp.py', 'description': "Combine the lifted blocks and add in the current genome's sequence.", 'signature': 'def merge_blocks_job(job, genome, child_names, block_ids, hal_id, opts):'}</s>{'name': 'merged_dup_stream@maf/impl/naiveLiftUp.py', 'description': 'Stream blocks/align...
0
{'name': 'UncertainFilter.from_ascii@pyphot/phot.py', 'description': 'Load filter from ascii file ', 'signature': "def from_ascii(cls, fname, dtype='csv', **kwargs):"}</s>unit = UnitRegistry()
1
{'name': '_GetTextInside@tools/caffe-sphereface/scripts/cpp_lint.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 {, ...
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>MQOP_RESUME = 131072
0
{'name': 'test_compile_strings@tests/test_api.py', 'description': 'compile various strings.', 'signature': 'def test_compile_strings():'}</s>QRADIANTGRADIENTS_STR = " QWidget { background: qradialgradient( spread: repeat, cx: 0, cy: 0, fx: 0, fy: 1, stop: 0.1 blue, ...
1
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQRC_NOT_PRIVILEGED = 2584
0
{'name': 'TestSequencePredictionHuman.test_3@test/test_base.py', 'description': 'test the dna and protein coding sequences are correct by comparing\nwith manually generally sequences', 'signature': 'def test_3(self):'}</s>data_human = pyensembl.EnsemblRelease(75, "human")
1
{'name': 'Device.close@src/LabJackPython.py', 'description': 'close()\n\nCloses the device.\n\nOn Windows, this method only sets the device handle to None but does\nnot close the device. Instead use the Close function from the\nLabJackPython module which closes all devices in the program, and is\nthe only device close ...
0
{'name': 'User.christmas_mode@src/astrobotany/models.py', 'description': 'Return if the user is in "christmas" mode.\n\nCache the results because this is a relatively expensive query that\nwill be checked multiple times per request.', 'signature': 'def christmas_mode(self) -> bool:'}</s>badge_35 = Badge("face with tong...
0
{'name': 'create_optparser@python-build-with-qt/sip-4.11.2/configure.py', 'description': 'Create the parser for the command line.\n ', 'signature': 'def create_optparser():'}</s>{'name': 'show_platforms@python-build-with-qt/sip-4.11.2/configure.py', 'description': 'Display the different platform/compilers.\n ', '...
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': 'FeedlyUser.get_category@feedly/api_client/data.py', 'description': ':param key: the name or UUID of the tag (dash separated hex numbers), or a stream ID object\n:return: the category', 'signature': 'def get_category(self, key: Union[str, UserStreamId]) -> UserCategory:'}</s>{'name': 'IdStream@feedly/api_clien...
0
{'name': 'PFState._from_struct@pf/state.py', 'description': 'Initialize class attributes from a pfsync_state structure.', 'signature': 'def _from_struct(self, s):'}</s>PFI_AFLAG_NETWORK = 1
0
{'name': '_examine_ts_policy@src/supporting-files/txn_safety.py', 'description': 'What invariant we check for depends on the ts-policy.', 'signature': 'def _examine_ts_policy(entity):'}</s>{'name': 'dangerously_written_outside_transaction_model@src/supporting-files/txn_safety.py', 'description': "Decorator that says we...
0
{'name': 'non_max_suppression@exp2/utils/utils.py', 'description': "Removes detections with lower object confidence score than 'conf_thres'\nNon-Maximum Suppression to further filter detections.\nReturns detections with shape:\n (x1, y1, x2, y2, object_conf, class_conf, class)", 'signature': 'def non_max_suppression...
0
{'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': 'HttpError@src/feedvalidator/logging.py', 'description': 'DOCSTRING', 'base_classes': ['Error'], 'methods': []}
0
{'name': 'GeneratedProtocolMessageType.__init__@third_party/include/protobuf-2.6.1/python/google/protobuf/reflection.py', 'description': "Here we perform the majority of our work on the class.\nWe add enum getters, an __init__ method, implementations\nof all Message methods, and properties for all fields\nin the protoc...
0
{'name': 'localtime@tool/mkarchive.py', 'description': 'Return YYYY-mm-dd HH:MM.', 'signature': 'def localtime(stamp=0):'}</s>thread_page_size = _get_value(_extconf, 'Application Thread', 'page_size', 50, 'int')
0
{'name': 'PFAddr._to_string@pf/rule.py', 'description': 'Return the string representation of the address.', 'signature': 'def _to_string(self):'}</s>PFSTATE_NODF = 32
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': '_SetFilters@llvm-4.0.0-project/compiler-rt/lib/sanitizer_common/scripts/cpplint.py', 'description': 'Sets the module\'s error-message filters.\n\nThese filters are applied when deciding whether to emit a given\nerror message.\n\nArgs:\n filters: A string of comma-separated filters (eg "whitespace/indent").\n...
0
{'name': 'Application.update_state@spatialmedia/gui.py', 'description': 'self.checkbox_spherical.configure(state="normal")\nif self.var_spherical.get():\n self.checkbox_3D.configure(state="normal")\n self.button_inject.configure(state="normal")\n if self.enable_spatial_audio:\n self.checkbox_spatial_aud...
0
{'name': '_to_request@swagger_to/elm_client.py', 'description': 'Translate an endpoint to a client request function.\n\n:param endpoint: to be translated\n:param typedefs: table of Elm type definitions\n:return: representation of the request function suitable for generating Elm client code', 'signature': 'def _to_reque...
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>{'name': 'is_tarfile@scripts/pdns/lib/python2.7/site-packages/pip...
0
{'name': 'GlacierDirectory.__init__@oggm/utils/_workflow.py', 'description': "Creates a new directory or opens an existing one.\n\nParameters\n----------\nrgi_entity : a ``geopandas.GeoSeries`` or str\n glacier entity read from the shapefile (or a valid RGI ID if the\n directory exists)\nbase_dir : str\n path ...
1
{'name': 'TestTurnOnOffSyncing.test_bulk_operation_turned_off_by_default@entity/tests/sync_tests.py', 'description': 'Tests that bulk operations are turned off by default.', 'signature': 'def test_bulk_operation_turned_off_by_default(self):'}</s>{'name': 'transaction_atomic_with_retry@entity/sync.py', 'description': 'T...
0
{'name': 'test_LocalstackEndpointResolver@tests/integration/test_contrib/test_botocore.py', 'description': 'Test pytest_localstack.botocore.LocalstackEndpointResolver.', 'signature': 'def test_LocalstackEndpointResolver('}</s>DEFAULT_AWS_REGION = "us-east-1"
0
{'name': 'gen_dataset@lsanomaly/evaluate/run_eval.py', 'description': 'Generator for the test data file paths. All\ntest files must be capable of being loaded by `load_svmlight_file()`. Files\nwith extensions `.bz2`, `.csv` are ignored. Any file beginning with `.`\nis also ignored.\n\nThis walks the directory tree star...
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_HASH160 = CScriptOp(0xa9)
0
{'name': 'what@boxx/ylimg/ylimgTool.py', 'description': "tell you what's this by\npretty print `Document`, `Classes`, `Inner Struct`, `Attributes` of anything.\n\na magic tool to learn new Python Package\n\nParameters\n----------\nanything : anything in Python\n decompose all of anything\nfull : bool, default False\...
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': 'nearest_nodes@osmnx/distance.py', 'description': "Find the nearest node to a point or to each of several points.\n\nIf `X` and `Y` are single coordinate values, this function will return the\nnearest node to that point. If `X` and `Y` are iterables of coordinate\nvalues, it will return the nearest node to eac...
1
{'name': 'read@setup.py', 'description': 'Open a file and read its content.', 'signature': 'def read(*names, **kwargs):'}</s>{'name': 'find_version@setup.py', 'description': 'Find current package version number.', 'code': 'def find_version(*file_paths):\n """Find current package version number."""\n version_file ...
0
{'name': 'is_mask@eoreader/bands/__init__.py', 'description': 'Returns True if is a Mask band (from :code:`MaskBandNames`)\n\nArgs:\n mask (BandType): Anything that could be a Mask band\n\nReturns:\n bool: True if the band asked is a Mask band\n\nExamples:\n\n >>> from eoreader.bands import NDVI, HH, GREEN, SL...
0
{'name': 'ReplaceByFeeTest.test_new_unconfirmed_inputs@qa/rpc-tests/replace-by-fee.py', 'description': 'Replacements that add new unconfirmed inputs are rejected', 'signature': 'def test_new_unconfirmed_inputs(self):'}</s>OP_1 = CScriptOp(0x51)
0
{'name': 'RecursiveMakeBackend.consume_object@python/mozbuild/mozbuild/backend/recursivemake.py', 'description': 'Write out build files necessary to build with recursive make.', 'signature': 'def consume_object(self, obj):'}</s>{'name': 'Makefile@python/mozbuild/mozbuild/makeutil.py', 'description': 'Provides an interf...
0
{'name': 'YAML.__init__@strictyaml/ruamel/main.py', 'description': "_kw: not used, forces keyword arguments in 2.7 (in 3 you can do (*, safe_load=..)\ntyp: 'rt'/None -> RoundTripLoader/RoundTripDumper, (default)\n 'safe' -> SafeLoader/SafeDumper,\n 'unsafe' -> normal/unsafe Loader/Dumper\n 'base' ->...
1