text
string
label
int64
{'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': 'writeFileTree@fwtool.py', 'description': 'Writes a list of UnixFiles to the disk, unpacking known archive files', 'signature': 'def writeFileTree(files, path):'}</s>{'name': 'readAsh@fwtool/sony/ash.py', 'description': 'DOCSTRING', 'code': "def readAsh(file):\n decrypt = _findDecryptFunc(file)\n if decrypt is...
0
{'name': 'FillInf.transform@lightautoml/transformers/numeric.py', 'description': 'Replace inf to nan.\n\nArgs:\n dataset: Pandas or Numpy dataset of categorical features.\n\nReturns:\n Numpy dataset with encoded labels.', 'signature': 'def transform(self, dataset: NumpyTransformable) -> NumpyDataset:'}</s>{'name'...
0
{'name': 'ObjectTracker._get_objects@pyFileFixity/lib/profilers/visual/pympler/tracker.py', 'description': 'Get all currently existing objects.\n\nXXX - ToDo: This method is a copy&paste from muppy.get_objects, but\nsome modifications are applied. Specifically, it allows to ignore\nobjects (which includes the current f...
0
{'name': 'TabularDataFeatures.get_categorical_intersections@lightautoml/pipelines/features/base.py', 'description': 'Get transformer that implements categorical intersections.\n\nArgs:\n train: Dataset with train data.\n feats_to_select: features to handle. If ``None`` - default filter.\n\nReturns:\n Transform...
0
{'name': 'ReadAlignmentStats.getReadAlignmentStats@src/margin/utils.py', 'description': 'Gets a list of ReadAlignmentStats objects, one for each alignment in the same file\n ', 'signature': 'def getReadAlignmentStats(samFile, readFastqFile, referenceFastaFile, globalAlignment=True):'}</s>{'name': 'getLastNonClip...
0
{'name': '_makeTags@scripts/pdns/lib/python2.7/site-packages/pkg_resources/_vendor/pyparsing.py', 'description': 'Internal helper to construct opening and closing tag expressions, given a tag name', 'signature': 'def _makeTags(tagStr, xml):'}</s>_htmlEntityMap = dict(zip("gt lt amp nbsp quot apos".split(),'><& "\''))
0
{'name': 'IUCoordinator.register_entity@custom_components/irrigation_unlimited/irrigation_unlimited.py', 'description': 'A HA entity has been registered', 'signature': 'def register_entity('}</s>MONTHS = [ "jan", "feb", "mar", "apr", "may", "jun", "jul", "aug", "sep", "oct", ...
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_chSWDT_RESET_CONTROL = 5204
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...
1
{'name': 'RunTool@dftimewolf/cli/dftimewolf_recipes.py', 'description': 'Runs DFTimewolfTool.\n\nReturns:\n int: 0 DFTimewolf could be run successfully, 1 otherwise.', 'signature': 'def RunTool(cdm: Optional[CursesDisplayManager] = None) -> int:'}</s>{'name': 'BaseTelemetry@dftimewolf/lib/telemetry.py', 'description':...
0
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQCUOWC_BACKOUT = 4352
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>NUL = b'\x00'
1
{'name': '_EpanetRule.add_action_on_false@wntr/epanet/io.py', 'description': 'Add an "else" action from an IfThenElseControl', 'signature': "def add_action_on_false(self, action, prefix=' ELSE'):"}</s>_JUNC_LABEL = "{:21} {:>12s} {:>12s} {:24} "
0
{'name': 'process_options@src/python_scripts/scripts/uber_subject.py', 'description': 'return status and VarsObject structs of subject and control variables\n\n - given list of valid options, read and process the user options\n - if terminal option or -no_gui, return 0 (successful quit)\n\nreturn 1 : on success and ...
0
{'name': 'Node.bye@shingetsu/node.py', 'description': 'Unconnect.', 'signature': 'def bye(self):'}</s>__all__ = ['tiedlist', 'tieddict']
0
{'name': 'Predicate.test@rules/predicates.py', 'description': 'The canonical method to invoke predicates.', 'signature': 'def test(self, obj: Any = NO_VALUE, target: Any = NO_VALUE) -> bool:'}</s>{'name': 'Predicate@rules/predicates.py', 'description': 'DOCSTRING', 'base_classes': ['object'], 'methods': [{'name': 'Pred...
1
{'name': 'create_yoy_chart@src/fitly/pages/performance.py', 'description': ':param metric: Allowed values from strava summary table [hrss, tss, trimp, distance, elapsed_time, high_intensity_seconds, mod_intensity_seconds, low_intensity_seconds]\n:return:', 'signature': "def create_yoy_chart(metric, sport='all'):"}</s>{...
0
{'name': 'FPVal@src/api/python/z3/z3.py', 'description': 'Return a floating-point value of value `val` and sort `fps`.\nIf `ctx=None`, then the global context is used.\n\n>>> v = FPVal(20.0, FPSort(8, 24))\n>>> v\n1.25*(2**4)\n>>> print("0x%.8x" % v.exponent_as_long(False))\n0x00000004\n>>> v = FPVal(2.25, FPSort(8, 24...
0
{'name': 'normalize_addr_str@scourgify/normalize.py', 'description': 'Normalize a complete or partial address string.\n\n:param addr_str: str containing address data.\n:type addr_str: str\n:param line2: optional str containing occupancy or sub-address data\n (eg: Unit, Apt, Lot).\n:type line2: str\n:param city: opti...
1
{'name': 'socksocket.connect@src/socks/__init__.py', 'description': "connect(self, despair)\nConnects to the specified destination through a proxy.\ndestpar - A tuple of the IP/DNS address and the port number.\n(identical to socket's connect).\nTo select the proxy server use setproxy().", 'signature': 'def connect(self...
0
{'name': 'Connection.cursor@trino/dbapi.py', 'description': 'Return a new :py:class:`Cursor` object using the connection.', 'signature': 'def cursor(self, cursor_style: str = "row", legacy_primitive_types: bool = None):'}</s>{'name': 'TrinoResult@trino/client.py', 'description': 'Represent the result of a Trino query a...
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': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQXR_MSG = py23long(13)
0
{'name': 'LazyRegressor.fit@lazypredict/Supervised.py', 'description': 'Fit Regression algorithms to X_train and y_train, predict and score on X_test, y_test.\nParameters\n----------\nX_train : array-like,\n Training vectors, where rows is the number of samples\n and columns is the number of features.\nX_test : a...
1
{'name': 'EC_pub.get_der@src/M2Crypto/EC.py', 'description': 'Returns the public key in DER format as a buffer object.', 'signature': 'def get_der(self):'}</s>NID_prime192v3 = m2.NID_X9_62_prime192v3
0
{'name': 'MergeDirectoryTask._handle_local_file@onedrive_client/od_tasks/merge_dir.py', 'description': ':param str item_name:\n:param onedrive_client.od_repo.ItemRecord | None item_record:\n:param posix.stat_result | None item_stat:\n:param str item_local_abspath:', 'signature': 'def _handle_local_file(self, item_name,...
0
{'name': '_StreamBase.__enter__@sounddevice.py', 'description': 'Start the stream in the beginning of a "with" statement.', 'signature': 'def __enter__(self):'}</s>{'name': 'WasapiSettings@sounddevice.py', 'description': 'DOCSTRING', 'base_classes': [], 'methods': [{'name': 'WasapiSettings.__init__@sounddevice.py', 'd...
0
{'name': 'EVPTestCase.test_load_key_string_pubkey_rsa@tests/test_evp.py', 'description': 'Testing creating a PKey instance from PEM string.', 'signature': 'def test_load_key_string_pubkey_rsa(self):'}</s>{'name': 'load_pub_key_bio@src/M2Crypto/RSA.py', 'description': 'Load an RSA public key from an M2Crypto.BIO.BIO obj...
0
{'name': 'get_trigger_subtypes@custom_components/hubitat/device_trigger.py', 'description': 'Return the list of trigger subtypes for a device and a trigger type.', 'signature': 'def get_trigger_subtypes(device: Device, trigger_type: str) -> list[str]:'}</s>{'name': 'DeviceAttribute@custom_components/hubitat/hubitatmake...
1
{'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': 'find_tpl_dirs_in_host_configs@scripts/llnl_scripts/find_unused_tpl_dirs.py', 'description': 'Returns a list of tpl dirs referenced in host config...
0
{'name': 'test_pool_Sv_values@echopype/tests/clean/test_noise.py', 'description': 'Manually check if the pooled Sv for transient noise masking contains \nthe correct nan boundary and the correct bin aggregate values.', 'signature': 'def test_pool_Sv_values(chunk, func):'}</s>{'name': 'test_mask_attenuated_signal_outsid...
0
{'name': 'Logger.__init__@pelicun/base.py', 'description': "Initialize a Logger object.\n\nParameters\n----------\nverbose: bool\n If True, the pelicun echoes more information throughout the\n assessment. This can be useful for debugging purposes. The\n value is specified in the user's configuration dictionar...
1
{'name': 'main@lldb/packages/Python/lldbsuite/test/dosep.py', 'description': 'Run dotest.py in inferior mode in parallel.\n\n@param num_threads the parsed value of the num-threads command line\nargument.\n\n@param test_subdir optionally specifies a subdir to limit testing\nwithin. May be None if the entire test tree i...
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': 'test_admin_works_with_host_special_values@test/io/test_io.py', 'description': 'Should get a success from the admin live and ready endpoints when using special host values for the main app', 'signature': 'def test_admin_works_with_host_special_values(specialhostvalue, defaultenv):'}</s>{'name': 'test_admin_rea...
0
{'name': 'Normalizer._cut_too_long_string_values@src/upgini/normalizer/normalize_utils.py', 'description': 'Check that string values less than maximum characters for LLM', 'signature': 'def _cut_too_long_string_values(self, df: pd.DataFrame):'}</s>{'name': 'get_custom_bundle@src/upgini/resource_bundle/__init__.py', 'de...
0
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQCMD_INQUIRE_SECURITY = 121
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': 'run_gss@tools/spritemaker.py', 'description': 'Generates static sprites, and alises\n\nIN:\n quiet - supresses menus and stdout\n sp_per_file - max number of sprites allowed per file', 'signature': 'def run_gss(sprite_db, sprite_db_keys, quiet=False, sp_per_file=500):'}</s>{'name': '_load_sprites@tools/...
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_FMAX_S = 671092819
0
{'name': 'Pattern.fix_repeating_arguments@classes/docopt.py', 'description': 'Fix elements that should accumulate/increment values.', 'signature': 'def fix_repeating_arguments(self):'}</s>{'name': 'parse_shorts@classes/docopt.py', 'description': "shorts ::= '-' ( chars )* [ [ ' ' ] chars ] ;", 'code': 'def parse_shorts...
0
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQIA_MAX_PRIORITY = 14
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': 'process_client_hello@core/packet_processor.py', 'description': 'Extracts the SNI field from the ClientHello packet.', 'signature': 'def process_client_hello(pkt):'}</s>{'name': 'log@core/common.py', 'description': 'Logs the message to `inspector.log` under the project directory, along with the timestamp.', 'c...
1
{'name': 'build_transformer_model@bert4keras/models.py', 'description': '根据配置文件构建模型,可选加载checkpoint权重\n ', 'signature': 'def build_transformer_model('}</s>{'name': 'MultiHeadAttention@bert4keras/layers.py', 'description': '多头注意力机制\n ', 'base_classes': ['Layer'], 'methods': [{'name': 'MultiHeadAttention.__init__@be...
0
{'name': 'generate_plots@app/plot_app/configured_plots.py', 'description': 'create a list of bokeh plots (and widgets) to show ', 'signature': 'def generate_plots(ulog, px4_ulog, db_data, vehicle_data, link_to_3d_page,'}</s>{'name': 'get_parameters_filename@app/plot_app/config.py', 'description': 'get configured parame...
0
{'name': 'BytesMzml.__init__@pymzml/file_classes/bytesMzml.py', 'description': 'Initalize Wrapper object for standard mzML files.\n\nArguments:\n path (str) : path to the file\n encoding (str) : encoding of the file', 'signature': 'def __init__(self, binary, encoding, build_index_from_scratch=False):'}</s>CHR...
0
{'name': 'process_query@da/compiler/incgen.py', 'description': "Generates stub and hook for 'query'.", 'signature': 'def process_query(query, state):'}</s>{'name': 'ExceptHandler@da/compiler/dast.py', 'description': 'DOCSTRING', 'base_classes': ['DistNode'], 'methods': [{'name': 'ExceptHandler.__init__@da/compiler/dast...
0
{'name': 'count_velocity@kb_python/count.py', 'description': 'Generates RNA velocity matrices (DEPRECATED).\n\nArgs:\n index_path: Path to kallisto index\n t2g_path: Path to transcript-to-gene mapping\n cdna_t2c_path: Path to cDNA transcripts-to-capture file\n intron_t2c_path: Path to intron transcripts-to-...
1
{'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': 'NewDatabase.write_superstructure_db_to_brightway@premise/new_database.py', 'description': 'Register a super-structure database,\naccording to https://github.com/dgdekoning/brightway-superstructure\n:param name: name of the super-structure database\n:param filepath: filepath of the "scenarios difference file"\...
0
{'name': 'generate_scnproteins_from_model_reps@sidechainnet/research/openfold/openfold_loss.py', 'description': 'Iterate over OpenFold input/output, generating SCNProteins for each in/out pair.\n\nArgs:\n model_input (Dict): The model input. Keys describe various model inputs \n (sequence, etc.).\n model_o...
0
{'name': 'Decoder.decode_list@transit/decoder.py', 'description': "Special case decodes map-as-array.\nOtherwise lists are treated as Python lists.\n\nArguments follow the same convention as the top-level 'decode'\nfunction.", 'signature': 'def decode_list(self, node, cache, as_map_key):'}</s>ESC = "~"
0
{'name': 'Device.open@src/LabJackPython.py', 'description': 'Device.open(devType, Ethernet=False, firstFound = True, serial = None, localId = None, devNumber = None, ipAddress = None, handleOnly = False, LJSocket = None)\n\nOpen a device of type devType. ', 'signature': 'def open(self, devType, Ethernet=False, firstFou...
0
{'name': 'FormatDecisionState.MustSplit@tools/yapf/yapf/yapflib/format_decision_state.py', 'description': 'Returns True if the line must split before the next token.', 'signature': 'def MustSplit(self):'}</s>_LOGICAL_OPERATORS = frozenset({'and', 'or'})
0
{'name': 'CosS3Client.get_async_fetch_task@qcloud_cos/cos_client.py', 'description': "获取异步拉取对象到COS的任务状态\n\n:param Bucket(string): 存储桶名称.\n:param TaskId(string): 异步拉取任务查询的唯一标识.\n:kwargs(dict): 扩展参数.\n:return(dict): 异步任务的状态\n\n.. code-block:: python\n\n config = CosConfig(Region=region, SecretId=secret_id, SecretKey=s...
0
{'name': '_covhelper@venv/Lib/site-packages/numpy/ma/extras.py', 'description': 'Private function for the computation of covariance and correlation\ncoefficients.', 'signature': 'def _covhelper(x, y=None, rowvar=True, allow_masked=True):'}</s>bitwise_xor = _MaskedBinaryOperation(umath.bitwise_xor)
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...
0
{'name': 'from_obj@tests/cases/py_client/general/client.py', 'description': 'Checks and converts the given obj along the expected types.\n\n:param obj: to be converted\n:param expected: list of types representing the (nested) structure\n:param path: to the object used for debugging\n:return: the converted object', 'sig...
0
{'name': 'TrendAnalysis._calc_clearsky_poa@rdtools/analysis_chains.py', 'description': 'Calculate clearsky plane-of-array irradiance and stores in self.poa_global_clearsky\n\nParameters\n----------\ntimes : pandas.DateTimeIndex\n times on for which to calculate clearsky poa. If not provided then\n it will be sim...
0
{'name': 'rot_by_axis@python/taichi/math/mathimpl.py', 'description': 'Returns the 4x4 matrix representation of a 3d rotation with given axis `axis` and angle `ang`.\n\nArgs:\n axis (vec3): rotation axis\n ang (float): angle in radians unit\n\nReturns:\n :class:`~taichi.math.mat4`: rotation matrix', 'signature...
0
{'name': 'IUClock.load@custom_components/irrigation_unlimited/irrigation_unlimited.py', 'description': 'Load config data', 'signature': 'def load(self, config: OrderedDict) -> "IUClock":'}</s>{'name': 'str_to_td@custom_components/irrigation_unlimited/irrigation_unlimited.py', 'description': 'Convert a string in 0:00:00...
0
{'name': 'RIPPER._grow_ruleset_cn@build/lib/wittgenstein/ripper.py', 'description': 'Grow a Ruleset with pruning.', 'signature': 'def _grow_ruleset_cn('}</s>{'name': 'score_accuracy@wittgenstein/base_functions.py', 'description': 'Calculate accuracy score of a trained model on a test set.\n\npredictions : iterable<bool...
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': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQOP_START_WAIT = 2
0
{'name': 'JavaDataStream.sink@streaming/python/raystreaming/datastream.py', 'description': 'See io.raystreaming.api.stream.DataStream.sink', 'signature': 'def sink(self, java_func_class):'}</s>{'name': 'Language@streaming/python/raystreaming/function.py', 'description': 'DOCSTRING', 'base_classes': ['enum.Enum'], 'meth...
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': 'is_odd@nelpy/utils.py', 'description': 'Returns True if n is odd, and False if n is even.\nAssumes integer.', 'signature': 'def is_odd(n):'}</s>{'name': 'get_inactive_epochs@nelpy/utils.py', 'description': 'Return epochs where animal is running no faster than specified by\nv1 and v2.\n\nParameters\n----------...
0
{'name': 'simxGetVisionSensorImage@7_Demo_youBotPickAndPlace/code/vrep/VREP_RemoteAPIs/sim.py', 'description': 'Please have a look at the function description/documentation in the CoppeliaSim user manual', 'signature': 'def simxGetVisionSensorImage(clientID, sensorHandle, options, operationMode):'}</s>{'name': 'simxCal...
0
{'name': 'mach_o_change@python/virtualenv/virtualenv.py', 'description': "Replace a given name (what) in any LC_LOAD_DYLIB command found in\nthe given binary with a new name (value), provided it's shorter.", 'signature': 'def mach_o_change(path, what, value):'}</s>MH_CIGAM = 3472551422
1
{'name': 'CrateNode.start@cr8/run_crate.py', 'description': 'Start the process.\n\nThis will block until the Crate cluster is ready to process requests.', 'signature': 'def start(self):'}</s>{'name': '_extract_tarball@cr8/run_crate.py', 'description': 'DOCSTRING', 'code': 'def _extract_tarball(tarball):\n with tarfi...
0
{'name': 'Fairplay3.cycle@ap2/fairplay3.py', 'description': 'key_schedule is a 2d array of integral values', 'signature': 'def cycle(self, block: bytes, key_schedule: bytes):'}</s>{'name': 'XOR_with_X_Key@ap2/fairplay3.py', 'description': 'DOCSTRING', 'code': 'def XOR_with_X_Key(inbytes, blocks):\n return flatten([X...
0
{'name': 'urljoin@furl/furl.py', 'description': 'Parameters:\n base: Base URL to join with <url>.\n url: Relative or absolute URL to join with <base>.\n\nReturns: The resultant URL from joining <base> and <url>.', 'signature': 'def urljoin(base, url):'}</s>{'name': 'join_path_segments@furl/furl.py', 'description': "J...
0
{'name': 'QueryParser.resolve_path@rest_models/backend/compiler.py', 'description': 'resolve the path of Alias to find the final model, with the final name of the attr\n:param Col col: the column to resolve\n:rtype: tuple[Alias], str', 'signature': 'def resolve_path(self, col):'}</s>{'name': 'ancestors@rest_models/back...
0
{'name': 'FiniteDomainSort@src/api/python/z3/z3.py', 'description': 'Create a named finite domain sort of a given size sz', 'signature': 'def FiniteDomainSort(name, sz, ctx=None):'}</s>{'name': 'SubSeq@src/api/python/z3/z3.py', 'description': 'Extract substring or subsequence starting at offset', 'code': 'def SubSeq(s,...
0
{'name': 'CommandsBuilder.build_help_message@python/modules/commands_builder.py', 'description': 'Builds help message.\n\nArguments:\n- {peer_id} - chat ID;\n- {karma} - is karma enabled in chat.', 'signature': 'def build_help_message('}</s>{'name': 'CommandsBuilder@python/modules/commands_builder.py', 'description': '...
1
{'name': 'VxmAffineFeatureDetector.__init__@voxelmorph/tf/networks.py', 'description': 'Internally, the model computes transforms in a centered frame at full resolution. However,\nmatrix transforms returned with `make_dense=False` operate on zero-based indices to\nfacilitate composition, in particular when changing res...
1
{'name': 'decode_text@pdfminer3/utils.py', 'description': 'Decodes a PDFDocEncoding string to Unicode.', 'signature': 'def decode_text(s):'}</s>{'name': 'fsplit@pdfminer3/utils.py', 'description': 'Split a list into two classes according to the predicate.', 'code': 'def fsplit(pred, objs):\n """Split a list into two...
0
{'name': 'main@example-pyramid/example/__init__.py', 'description': 'This function returns a Pyramid WSGI application.', 'signature': 'def main(global_config, **settings):'}</s>{'name': 'is_authenticated@example-common/utils.py', 'description': 'DOCSTRING', 'code': 'def is_authenticated(user):\n if callable(user.is_...
0
{'name': 'get_cmdclass@versioneer.py', 'description': 'Get the custom setuptools/distutils subclasses used by Versioneer.', 'signature': 'def get_cmdclass():'}</s>{'name': 'versions_from_file@versioneer.py', 'description': 'Try to determine the version from _version.py if present.', 'code': 'def versions_from_file(file...
0
{'name': 'sub_df@char60/rvar_mean.py', 'description': ":param start: the quantile to start cutting, usually it should be 0\n:param end: the quantile to end cutting, usually it should be 1\n:param step: quantile step\n:return: a dictionary including all the 'firm_list' dataframe and 'stock data' dataframe", 'signature':...
1
{'name': 'Alignment.split@maf/impl/naiveLiftUp.py', 'description': 'Return two new alignments created by splitting this alignment at an offset relative to its start.', 'signature': 'def split(self, split_point):'}</s>{'name': 'get_sequence@maf/impl/naiveLiftUp.py', 'description': 'Get a dict from {seq_name: sequence} r...
0
{'name': 'PreTrainedBertModel.from_pretrained@pytorch_pretrained_bert/modeling.py', 'description': 'Instantiate a PreTrainedBertModel from a pre-trained model file or a pytorch state dict.\nDownload and cache the pre-trained model file if needed.\n\nParams:\n pretrained_model_name: either:\n - a str with the ...
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': 'parse_1dplot_args@src/python_scripts/afnipy/lib_apqc_io.py', 'description': 'Parse arguments for Pythony 1dplotter.\n\nInput\n-----\nargv : list of args (not including prog name)\n\nReturn\n------\n\niopts : an object with the argument values stored, including a\n self-"check_req()" method, as well.', 'sig...
0
{'name': 'convert_developers@code/html/generate_static_website.py', 'description': ':param developers:\n:param entries:\n:return:', 'signature': 'def convert_developers(developers, entries):'}</s>{'name': 'Value@code/utils/osg_parse.py', 'description': 'A value is a string with an additional meta-object (a comment) but...
0
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQRC_PROP_TYPE_NOT_SUPPORTED = 2467
0
{'name': 'BreakpointAfterJoinTestCase.test@llvm-project/lldb/test/API/functionalities/thread/break_after_join/TestBreakAfterJoin.py', 'description': 'Test breakpoint handling after a thread join.', 'signature': 'def test(self):'}</s>{'name': 'is_running_under_asan@llvm-project/lldb/packages/Python/lldbsuite/test/decora...
0
{'name': 'OrderFileTestCase.test@llvm-project/lldb/test/API/macosx/order/TestOrderFile.py', 'description': 'Test debug symbols follow the correct order by the order file.', 'signature': 'def test(self):'}</s>{'name': 'skipIfRosetta@llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py', 'description': 'Skip a ...
0
{'name': 'Test.test_Container_Get_Item_By_Slice@tests/test_imagecollection.py', 'description': 'Test the Container Emulation Methods', 'signature': 'def test_Container_Get_Item_By_Slice(self):'}</s>MCD43A1 = ee.ImageCollection("MODIS/006/MCD43A1").filterBounds(point)
0
{'name': 'ProcessFileData@runtimes/compiler-rt/lib/sanitizer_common/scripts/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:...
0
{'name': 'StyleGAN2Model.__init__@PaddleGAN-master/ppgan/models/styleganv2_model.py', 'description': 'Initialize the CycleGAN class.\n\nArgs:\n generator (dict): config of generator.\n discriminator (dict): config of discriminator.\n gan_criterion (dict): config of gan criterion.', 'signature': 'def __init__(s...
0
{'name': 'create_s3_destination@security/guardduty/index.py', 'description': 'Create the s3 publishing destination for GuardDuty in the Control Tower\ncentral logging account. GuardDuty findings are encrypted using\nthe KMS key in the GuardDuty master account.\n:param sts_session: STS sesion of the GuardDuty master ac...
0
{'name': 'ParserElement.setDebugActions@tests/_lib_vendors/pkg_resources/_vendor/pyparsing.py', 'description': 'Enable display of debugging messages while doing pattern matching.', 'signature': 'def setDebugActions( self, startAction, successAction, exceptionAction ):'}</s>{'name': 'matchOnlyAtCol@tests/_lib_vendors/pk...
0
{'name': 'sniffPossibleFeed@src/feedvalidator/__init__.py', 'description': 'Use wild heuristics to detect something that might be intended as a feed.', 'signature': 'def sniffPossibleFeed(rawdata):'}</s>{'name': 'InvalidMIMEAttribute@src/feedvalidator/logging.py', 'description': 'DOCSTRING', 'base_classes': ['InvalidVa...
0
{'name': 'HomographyTransform.init_map_coordinate@util/homg_trans.py', 'description': 'Calculate the coordinates of the tiles on the map.\nTry swiping the map if it returns false.\nDependencies: init_homg_vars, load_color_screen\n:return: True if successfully initialize the coordinates of the tiles. False otherwise.', ...
1
{'name': 'DataBase._update_workspace@accelerator/database.py', 'description': 'Insert all items in WorkSpace in database (call update_finish too)', 'signature': 'def _update_workspace(self, WorkSpace, pool, verbose=False):'}</s>{'name': '_ParamsDict@accelerator/database.py', 'description': 'DOCSTRING', 'base_classes': ...
0
{'name': 'workflow@heudiconv/main.py', 'description': 'Run the HeuDiConv conversion workflow.\n\nParameters\n----------\ndicom_dir_template : str or None, optional\n Location of dicomdir that can be indexed with subject id\n {subject} and session {session}. Tarballs (can be compressed)\n are supported in addit...
1
{'name': 'fixup_pth_and_egg_link@bootstrap.py', 'description': 'Makes .pth and .egg-link files use relative paths', 'signature': 'def fixup_pth_and_egg_link(home_dir, sys_path=None):'}</s>{'name': 'copy_tcltk@bootstrap.py', 'description': 'copy tcl/tk libraries on Windows (issue #93) ', 'code': 'def copy_tcltk(src, des...
0