text string | label int64 |
|---|---|
{'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>MQCACF_XQH_PUT_DATE = 3204 | 0 |
{'name': 'createMakefileTemplate@example/STM32F051K4_linker/ideScripts/importKeilProject.py', 'description': 'Create Makefile template with CubeMX.', 'signature': 'def createMakefileTemplate(paths: Paths, keilProjData: KeilProjectData):'}</s>{'name': 'KeilProjectData@example/STM32F051K4_linker/ideScripts/importKeilProj... | 1 |
{'name': 'plot_sounding_data_csv@pymeteo/skewt.py', 'description': 'Plot SkewT from a CSV sounding data file\n\n:param filename: The name of the file to open.\n:type filename: str\n:param output: The name of the file to output plot\n:type output: str\n\nThe datafile format is CSV with the following columns: \n\n- press... | 0 |
{'name': 'App.set_midi_sound@jupylet/app.py', 'description': 'Start the default MIDI handler with given sound object as its intrument.\n\nArgs:\n s (jupylet.audio.sound.Sound): The sound object to use as MIDI \n instrument.', 'signature': 'def set_midi_sound(self, s):'}</s>{'name': 'set_shader_2d@jupylet/reso... | 0 |
{'name': 'gen_inc_module@da/compiler/incgen.py', 'description': 'Generates the interface file from a DistPy AST.', 'signature': 'def gen_inc_module(daast, cmdline_args, filename=""):'}</s>{'name': 'pyFunctionDef@da/compiler/pygen.py', 'description': 'DOCSTRING', 'code': "def pyFunctionDef(name, args=[], kwarg=None, bod... | 0 |
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQCMHO_DEFAULT_VALIDATION = 0 | 0 |
{'name': 'TaprootTest.gen_test_vectors@test/functional/feature_taproot.py', 'description': 'Run a scenario that corresponds (and optionally produces) to BIP341 test vectors.', 'signature': 'def gen_test_vectors(self):'}</s>ERR_OP_RETURN = {"err_msg": "OP_RETURN was encountered"} | 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': 'Confluence.add_attachment@confluence/client.py', 'description': 'Add a single attachment to an existing piece of content.\n\n:param content_id: the confluence content to add the attachment to.\n:param file_path: The full location of the file on the local system.\n:param file_name: Optionally the name to give ... | 0 |
{'name': 'LinearL1CD.fit_predict_single_fold@lightautoml/ml_algo/linear_sklearn.py', 'description': 'Train on train dataset and predict on holdout dataset.\n\nArgs:\n train: Train Dataset.\n valid: Validation Dataset.\n\nReturns:\n Target predictions for valid dataset.', 'signature': 'def fit_predict_single_fo... | 1 |
{'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': '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': 'validate@fairseq_cli/train.py', 'description': 'Evaluate the model on the validation set(s) and return the losses.', 'signature': 'def validate('}</s>_active_aggregators = OrderedDict() | 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': 'View.pick_areas@picasso/gui/render.py', 'description': 'Finds the areas of all current picks in um^2.\n\nReturns\n-------\nareas : np.1darray\n Areas of all picks.', 'signature': 'def pick_areas(self):'}</s>{'name': '_link_group_last@picasso/postprocess.py', 'description': 'DOCSTRING', 'code': 'def _link_g... | 0 |
{'name': 'PumpEvents@comtypes/client/_events.py', 'description': "This following code waits for 'timeout' seconds in the way\nrequired for COM, internally doing the correct things depending\non the COM appartment of the current thread. It is possible to\nterminate the message loop by pressing CTRL+C, which will raise\... | 0 |
{'name': 'HeaderValidator.exists@drheader/validators/header_validator.py', 'description': 'See base class.', 'signature': 'def exists(self, config, header, **kwargs):'}</s>{'name': 'HeaderValidator@drheader/validators/header_validator.py', 'description': 'Validator class for validating headers.\n\nAttributes:\n head... | 1 |
{'name': 'profile_dump@lib/charliecloud.py', 'description': 'If profiling, dump the profile data.', 'signature': 'def profile_dump():'}</s>CLI_INCOMPATIBLE_OPTS = [("quiet", "verbose"),
("xattrs", "no_xattrs")] | 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': 'CScriptOp.encode_op_n@qa/rpc-tests/test_framework/script.py', 'description': 'Encode a small integer op, returning an opcode', 'signature': 'def encode_op_n(n):'}</s>{'name': 'CScriptInvalidError@qa/rpc-tests/test_framework/script.py', 'description': 'Base class for CScript exceptions', 'base_classes': ['Exce... | 0 |
{'name': 'RestModelTestMixin.track_query@rest_models/test.py', 'description': ':return: the middleware that tracked the queeries\n:rtype: TrackRequestMiddleware', 'signature': 'def track_query(self, using=None):'}</s>{'name': 'MyJSONEncoder@rest_models/test.py', 'description': 'DOCSTRING', 'base_classes': ['DjangoJSONE... | 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': 'Numeral.__rgt__@src/api/python/z3/z3num.py', 'description': 'Return True if `other > self`.\n\n>>> 2 > Numeral(Sqrt(2))\nTrue', 'signature': 'def __rgt__(self, other):'}</s>{'name': 'is_seq@src/api/python/z3/z3.py', 'description': 'Return `True` if `a` is a Z3 sequence expression.\n>>> print (is_seq(Unit(IntV... | 0 |
{'name': 'CScript.raw_iter@test/functional/test_framework/script.py', 'description': 'Raw iteration\n\nYields tuples of (opcode, data, sop_idx) so that the different possible\nPUSHDATA encodings can be accurately distinguished, as well as\ndetermining the exact opcode byte indexes. (sop_idx)', 'signature': 'def raw_ite... | 0 |
{'name': 'ReceiveClient.receive_messages_iter@uamqp/client.py', 'description': 'Receive messages by generator. Messages returned in the generator have already been\naccepted - if you wish to add logic to accept or reject messages based on custom\ncriteria, pass in a callback.\n\n:param on_message_received: A callback t... | 0 |
{'name': 'run_pairs@tensorqtl/coloc.py', 'description': 'Compute COLOC for all phenotype pairs', 'signature': 'def run_pairs(genotype_df, variant_df, phenotype1_df, phenotype2_df, phenotype_pos_df,'}</s>has_rpy2 = False | 0 |
{'name': 'extract_from_coords@grizli/aws/sky_wfss.py', 'description': ' ', 'signature': "def extract_from_coords(ra=189.0706488, dec=62.2089502, grisms=['F356W-GRISMR','F410M-GRISMR','F444W-GRISMR'], size=48, grp=None, clean=False, get_cutout=True, cutout_filter='F444W-CLEAR', prefix='gdn-grism', verbose=True, mb_kw... | 0 |
{'name': 'joydata@project_sample/2019-2ProjectSamples_Code/11조-수강과목을 통한 전공 예측 프로그램/joy.py', 'description': "joydata reads data/joydata.txt file and returns the data'\nParameters\n standardized: If True, performs standardization or \n feature scaling such that mean is 0 and std dev = 1.0\n shuffled: If True... | 0 |
{'name': 'generate_script@tools/ipp_custom_library_tool_python/tool/core.py', 'description': 'Generates build script', 'signature': 'def generate_script(dispatcher_type: utils.DispatcherType = utils.DispatcherType.DYNAMIC):'}</s>LIB_ARCH_SUBDIR = {
DirLayout.NEW: "lib",
DirLayout.OLD: os.path.join("lib", "intel... | 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': 'bisect_good@nix_bisect/bisect_runner.py', 'description': 'Mark a commit as good.\n\nThe same disclaimer as for `bisect_bad` applies.', 'signature': 'def bisect_good(commit):'}</s>{'name': 'rev_list@nix_bisect/git.py', 'description': 'Find all revs that are reachable by `include` but not by `exclude`.\n\nRuns ... | 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': 'ProgressProcess@jupyterlab/commands.py', 'description': 'DOCSTRING', 'base_classes': ['Process'], 'methods': ... | 0 |
{'name': 'run@src/back/kite/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:`server_names` keys\n ... | 0 |
{'name': 'Client.call@rpcq/_client.py', 'description': 'Send JSON RPC request to a backend socket and receive reply\nNote that this uses the default event loop to run in a blocking manner. If you would rather run in an async\nfashion or provide your own event loop then use .async_call instead\n\n:param method_name: Met... | 0 |
{'name': 'conv1d_transpose@modules.py', 'description': 'Args:\n inputs: A 3-D tensor with shape of [batch, time, depth].\n filters: An int. Number of outputs (=activation maps)\n size: An int. Filter size.\n rate: An int. Dilation rate.\n padding: Either `same` or `valid` or `causal` (case-insensitive).\n dropout... | 0 |
{'name': 'paper_stats@src/utility_scripts/calc_stats.py', 'description': 'Get various stats of a paper\n ', 'signature': 'def paper_stats(ppr):'}</s>{'name': 'get_stats_matrix_fn@src/utility_scripts/calc_stats.py', 'description': 'DOCSTRING', 'code': "def get_stats_matrix_fn(dict_key):\n fn = '{}{}{}npy'.format(\... | 0 |
{'name': 'ImageToText.captcha_handler@src/python3_anticaptcha/image_to_text.py', 'description': 'Synchronous method for captcha solving\n\nArgs:\n captcha_link: link to captcha image file\n captcha_file: path to local captcha image file\n captcha_base64: captcha image encoded in base64 format\n additional_p... | 1 |
{'name': 'startInstance@BlendNet/providers/gcp/__init__.py', 'description': 'Start stopped instance with specified name', 'signature': 'def startInstance(instance_name):'}</s>{'name': 'createFirewall@BlendNet/providers/gcp/__init__.py', 'description': 'Create minimal firewall to access external IP of manager/agent', 'c... | 0 |
{'name': 'RTorrentClient.add_torrent@autotorrent/clients/rtorrent.py', 'description': 'Add a new torrent to rtorrent.\n\ntorrent is the decoded file as a python object.\ndestination_path is where the links are. The complete files must be linked already.\nfiles is a list of files found in the torrent.', 'signature': 'de... | 0 |
{'name': 'ParseArguments@tools/caffe-sphereface/scripts/cpp_lint.py', 'description': 'Parses the command line arguments.\n\nThis may set the output format and verbosity level as side-effects.\n\nArgs:\n args: The command line arguments:\n\nReturns:\n The list of filenames to lint.', 'signature': 'def ParseArguments(a... | 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': 'CSSParser.parse_pseudo_class_custom@SneakerBot 2019/venv/lib/python3.7/site-packages/soupsieve/css_parser.py', 'description': 'Parse custom pseudo class alias.\n\nCompile custom selectors as we need them. When compiling a custom selector,\nset it to `None` in the dictionary so we can avoid an infinite loop.',... | 0 |
{'name': 'APIConnection.__init__@qingcloud/iaas/connection.py', 'description': '@param qy_access_key_id - the access key id\n@param qy_secret_access_key - the secret access key\n@param zone - the zone id to access\n@param host - the host to make the connection to\n@param port - the port to use when connect to host\n@pa... | 0 |
{'name': 'validate_cmd@cjio/cjio.py', 'description': 'Validate the CityJSON: \n(1) against its schemas\n(2) against the (potential) Extensions schemas\n(3) extra validations\n\n(see https://github.com/cityjson/cjval#what-is-validated-exactly for details)\n\nThe Extensions in the files are fetched automatically.\n\n\x08... | 0 |
{'name': 'PackNetSlim01.forward@packnet_sfm/networks/depth/PackNetSlim01.py', 'description': 'Runs the network and returns inverse depth maps\n(4 scales if training and 1 if not).', 'signature': 'def forward(self, rgb):'}</s>{'name': 'PackNetSlim01@packnet_sfm/networks/depth/PackNetSlim01.py', 'description': 'PackNet n... | 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': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQIA_MSG_ENQ_COUNT = 37 | 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': 'Event.add_occurrences@swingtime/models.py', 'description': 'Add one or more occurences to the event using a comparable API to\n``dateutil.rrule``.\n\nIf ``rrule_params`` does not contain a ``freq``, one will be defaulted\nto ``rrule.DAILY``.\n\nBecause ``rrule.rrule`` returns an iterator that can essentially ... | 0 |
{'name': 'condition@altair/vegalite/v3/api.py', 'description': 'A conditional attribute or encoding\n\nParameters\n----------\npredicate: Selection, LogicalOperandPredicate, expr.Expression, dict, or string\n the selection predicate or test predicate for the condition.\n if a string is passed, it will be treated ... | 0 |
{'name': 'set_key_value@tools/ble_sniffer/extcap/nrf_sniffer_ble.py', 'description': 'Send key value to device', 'signature': 'def set_key_value(sniffer, payload):'}</s>{'name': 'get_global_header@tools/ble_sniffer/extcap/SnifferAPI/Pcap.py', 'description': 'Get the PCAP global header.', 'code': 'def get_global_header(... | 0 |
{'name': 'hexdump@javaobj/utils.py', 'description': 'Prepares an hexadecimal dump string\n\n:param src: A string containing binary data\n:param start_offset: The start offset of the source\n:param length: Length of a dump line\n:return: A dump string', 'signature': 'def hexdump(src, start_offset=0, length=16):'}</s>{'n... | 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>EVENT_ACTION_RETRY_ARM = "ALARMO_RETRY_ARM" | 0 |
{'name': 'AzureRMClusters.exec_module@library/azure_rm_hdinsightcluster.py', 'description': 'Main module execution method', 'signature': 'def exec_module(self, **kwargs):'}</s>{'name': 'AzureRMClusters@library/azure_rm_hdinsightcluster.py', 'description': 'Configuration class for an Azure RM Cluster resource', 'base_cl... | 1 |
{'name': 'Cursor.pop@lmdb/cffi.py', 'description': 'Fetch a record\'s value then delete it. Returns ``None`` if no\nprevious value existed. This uses the best available mechanism to\nminimize the cost of a `delete-and-return-previous` operation.\n\nFor databases opened with `dupsort=True`, the first data element\n("dup... | 0 |
{'name': 'If@src/api/python/z3/z3.py', 'description': "Create a Z3 if-then-else expression.\n\n>>> x = Int('x')\n>>> y = Int('y')\n>>> max = If(x > y, x, y)\n>>> max\nIf(x > y, x, y)\n>>> simplify(max)\nIf(x <= y, y, x)", 'signature': 'def If(a, b, c, ctx=None):'}</s>{'name': 'AndThen@src/api/python/z3/z3.py', 'descrip... | 0 |
{'name': 'CheckStyle@tools/cpplint.py', 'description': "Checks rules from the 'C++ style rules' section of cppguide.html.\n\nMost of these rules are hard to test (naming, comment style), but we\ndo what we can. In particular we check for 2-space indents, line lengths,\ntab usage, spaces inside code, etc.\n\nArgs:\n f... | 0 |
{'name': 'IUController.load@custom_components/irrigation_unlimited/irrigation_unlimited.py', 'description': 'Load config data for the controller', 'signature': 'def load(self, config: OrderedDict) -> "IUController":'}</s>EVENT_START = "start" | 0 |
{'name': 'PythonModuleSourceFileGenerator._GenerateTypeSourceFile@yaldevtools/source_generators/python_module.py', 'description': 'Generates a Python type object source file.\n\nArgs:\n project_configuration (ProjectConfiguration): project configuration.\n template_mappings (dict[str, str]): template mappings, where ... | 0 |
{'name': 'GSComponent.drawPoints@Lib/glyphsLib/classes.py', 'description': 'Draws points of component with given point pen.', 'signature': 'def drawPoints(self, pointPen: AbstractPointPen) -> None:'}</s>BOTTOMGHOST = 1 | 0 |
{'name': 'do_call@wrappers/python/indy_vdr/bindings.py', 'description': 'Perform a synchronous library function call.', 'signature': 'def do_call(fn_name, *args):'}</s>{'name': 'request_set_txn_author_agreement_acceptance@wrappers/python/indy_vdr/bindings.py', 'description': 'Set the transaction author agreement accept... | 0 |
{'name': 'lineno@tests/_lib_vendors/pkg_resources/_vendor/pyparsing.py', 'description': 'Returns current line number within a string, counting newlines as line separators.\nThe first line is number 1.\n\nNote: the default parsing behavior is to expand tabs in the input string\nbefore starting the parsing process. See ... | 0 |
{'name': 'canonicalize@intervals/interval.py', 'description': 'Convert equivalent discrete intervals to different representations.', 'signature': 'def canonicalize(interval, lower_inc=True, upper_inc=False):'}</s>{'name': 'is_number@intervals/interval.py', 'description': 'DOCSTRING', 'code': 'def is_number(number):\n ... | 0 |
{'name': 'LoadFirmwareImage@components/esptool_py/esptool/esptool.py', 'description': 'Load a firmware image. Can be for ESP8266 or ESP32. ESP8266 images will be examined to determine if they are\noriginal ROM firmware images (ESP8266ROMFirmwareImage) or "v2" OTA bootloader images.\n\nReturns a BaseFirmwareImage subcla... | 0 |
{'name': 'CARE.train@csbdeep/models/care_standard.py', 'description': 'Train the neural network with the given data.\n\nParameters\n----------\nX : :class:`numpy.ndarray`\n Array of source images.\nY : :class:`numpy.ndarray`\n Array of target images.\nvalidation_data : tuple(:class:`numpy.ndarray`, :class:`numpy.... | 1 |
{'name': 'CScript.GetSigOpCount@qa/rpc-tests/test_framework/script.py', 'description': 'Get the SigOp count.\n\nfAccurate - Accurately count CHECKMULTISIG, see BIP16 for details.\n\nNote that this is consensus-critical.', 'signature': 'def GetSigOpCount(self, fAccurate):'}</s>MAX_SCRIPT_ELEMENT_SIZE = 520 | 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': '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': 'apply_along_axis@venv/Lib/site-packages/numpy/ma/extras.py', 'description': '(This docstring should be overwritten)', 'signature': 'def apply_along_axis(func1d, axis, arr, *args, **kwargs):'}</s>ones = _convert2ma('ones', params=dict(fill_value=None, hardmask=False)) | 0 |
{'name': 'List.cast_item@nbtlib/tag.py', 'description': 'Cast list item to the appropriate tag type.\n\n.. doctest::\n\n >>> List[Int].cast_item(123)\n Int(123)\n\nArguments:\n item:\n Can be any object convertible to the current tag type. If the\n conversion fails, the method raises a :class:`Ca... | 0 |
{'name': 'DetectionNetwork.postprocess_fastrcnn@libs/networks/build_whole_network.py', 'description': ':param rois:[-1, 4]\n:param bbox_ppred: [-1, (cfgs.Class_num+1) * 4]\n:param scores: [-1, cfgs.Class_num + 1]\n:return:', 'signature': 'def postprocess_fastrcnn(self, rois, bbox_ppred, scores, img_shape):'}</s>{'name'... | 0 |
{'name': 'Feed.get@feed/feed_request.py', 'description': ':return: GetFeedResponse', 'signature': 'def get(self):'}</s>{'name': 'get_formatted_date@utils/date_utils.py', 'description': ':param day_delta: the day difference\n:param feed_type: item or item_snapshot\n:return: today date string in the correct format accord... | 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': 'test_log_level@test/io/test_io.py', 'description': 'log_level should filter request logging', 'code'... | 0 |
{'name': 'purpose_handling@bidskit/translate.py', 'description': 'Special handling for each image purpose (func, anat, fmap, dwi, etc)\n\n:param bids_meta: dict\n Metadata dict populated from BIDS JSON sidecar\n:param bids_purpose: str\n BIDS purpose directory name (eg anat, func, fmap, etc)\n:param bids_intended... | 1 |
{'name': 'post_processing@ytmdl/main.py', 'description': 'Handle all the activities post search of the song.\n\nThis function will handle the following:\nConvert, Trim, Metadata, Cleaning up.', 'signature': 'def post_processing('}</s>{'name': 'is_present@ytmdl/utility.py', 'description': 'Check if the passed app is ins... | 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': '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': '_process_dataset@slim/datasets/build_imagenet_data.py', 'description': "Process a complete data set and save it as a TFRecord.\n\nArgs:\n name: string, unique identifier specifying the data set.\n directory: string, root path to the data set.\n num_shards: integer number of shards for this data set.\n syn... | 0 |
{'name': 'Numeral.__rgt__@src/api/python/z3/z3num.py', 'description': 'Return True if `other > self`.\n\n>>> 2 > Numeral(Sqrt(2))\nTrue', 'signature': 'def __rgt__(self, other):'}</s>{'name': 'user_prop_final@src/api/python/z3/z3.py', 'description': 'DOCSTRING', 'code': 'def user_prop_final(ctx, cb):\n prop = _prop_... | 0 |
{'name': '_AddInitMethod@python/google/protobuf/internal/python_message.py', 'description': 'Adds an __init__ method to cls.', 'signature': 'def _AddInitMethod(message_descriptor, cls):'}</s>SFixed32Decoder = _StructPackDecoder(wire_format.WIRETYPE_FIXED32, '<i') | 0 |
{'name': 'BaseUserInterface.update@ring/func/base.py', 'description': 'Execute the original function and `set` the result as the value.\n\nThis action is comprehensible as a concatenation of\n:meth:`ring.func.base.BaseUserInterface.execute` and\n:meth:`ring.func.base.BaseUserInterface.set`.\n\n:see: :meth:`ring.func.ba... | 0 |
{'name': 'WinograndeTask.load_dataset@examples/roberta/wsc/wsc_task.py', 'description': 'Load a given dataset split.\n\nArgs:\n split (str): name of the split (e.g., train, valid, test)', 'signature': 'def load_dataset('}</s>{'name': 'parse_embedding@fairseq/utils.py', 'description': 'Parse embedding text file into ... | 0 |
{'name': 'Datasets.add_dataset@testrail_api/_category.py', 'description': 'Creates a new dataset.\n:param project_id: int\n The ID of the project to which the dataset should be added\n:param id: int\n The database ID of the dataset\n:param name: str\n Name of the dataset as provided\n:param variables: List[dic... | 0 |
{'name': 'BaseTemplate.search@src/back/kite/bottle.py', 'description': 'Search name in all directories specified in lookup.\nFirst without, then with common extensions. Return first hit. ', 'signature': 'def search(cls, name, lookup=[]):'}</s>{'name': 'HTTPResponse@src/back/kite/bottle.py', 'description': 'DOCSTRING', ... | 0 |
{'name': 'client@tests/test_example.py', 'description': 'yield application test client as pytest fixture', 'signature': 'def client():'}</s>{'name': 'index@tests/example_server.py', 'description': 'DOCSTRING', 'code': 'def index():\n return redirect("/index.html")'} | 0 |
{'name': 'combine4Role@code/parseJsontoFeatures.py', 'description': 'find features for role identification and add into dict', 'signature': 'def combine4Role(tokens,arglist,deptree,enh):'}</s>{'name': 'combineExtNe@code/parseJsontoFeatures.py', 'description': 'add named entities from external knowledge base into dict',... | 0 |
{'name': 'test_skip_decorators@tests/test_coverage.py', 'description': 'Tests ignoring of property decorators', 'signature': 'def test_skip_decorators(ignore_setter, ignore_deleter, ignore_property, coverage):'}</s>{'name': 'test_markdown_save_to_file_printer_empty_file@tests/test_coverage.py', 'description': 'DOCSTRIN... | 0 |
{'name': 'ResetNolintSuppressions@scripts/cpplint.py', 'description': 'Resets the set of NOLINT suppressions to empty.', 'signature': 'def ResetNolintSuppressions():'}</s>_RE_PATTERN_TYPE = "(?:const\s+)?(?:typename\s+|class\s+|struct\s+|union\s+|enum\s+)?(?:\w|\s*<(?:<(?:<[^<>]*>|[^<>])*>|[^<>])*>|::)+" | 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': 'is_x86_64@gef.py', 'description': 'Checks if current target is x86-64', 'signature': 'def is_x86_64() -> bool:'}</s>{'name': 'FormatStringSearchCommand@gef.py', 'description': 'Exploitable format-string helper: this command will set up specific breakpoints\nat well-known dangerous functions (printf, snprintf,... | 0 |
{'name': 'Display.grab_server@Monika After Story/game/python-packages/Xlib/display.py', 'description': 'Disable processing of requests on all other client connections\nuntil the server is ungrabbed. Server grabbing should be avoided\nas much as possible.', 'signature': 'def grab_server(self, onerror = None):'}</s>Butto... | 0 |
{'name': 'SegWitTest.test_witness_sigops@test/functional/p2p_segwit.py', 'description': 'Ensure sigop counting is correct inside witnesses.', 'signature': 'def test_witness_sigops(self):'}</s>{'name': 'check_json_precision@test/functional/test_framework/util.py', 'description': 'Make sure json library being used does n... | 0 |
{'name': 'test_collection_factory@tests/test_collections_extended.py', 'description': 'Test collection factory.', 'signature': 'def test_collection_factory():'}</s>{'name': 'collection@collections_extended/__init__.py', 'description': 'Return a :class:`Collection` with the specified properties.\n\nArgs:\n iterab... | 1 |
{'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': 'calculate_model_name@httpstan/models.py', 'description': 'Calculate model name from Stan program code.\n\nNames look like this: ``models/2uxewutp``. Name uses a hash of the\nconcatenation of the following:\n\n- UTF-8 encoded Stan program code\n- UTF-8 encoded string recording the httpstan version\n- UTF-8 enc... | 0 |
{'name': 'checkMediaPaths@source/pi-timolo.py', 'description': 'Checks for image folders and\ncreate them if they do not already exist.', 'signature': 'def checkMediaPaths():'}</s>bigImageWidth = int(stream_width * bigImage) | 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': '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': 'select_hfr_db@disdat/hyperframe.py', 'description': 'Create an HFrame Record from a row in our DB.\nWhere uuid= && owner= && human_name= && processing_name=\n\nArgs:\n engine_g:\n uuid (str): add to where clause\n owner (str): add to where clause\n human_name (str): add to where clause\n proce... | 0 |
{'name': 'estimate_entropies@metrics/Disentangle/MIG_metric.py', 'description': 'Computes the term:\n E_{p(x)} E_{q(z|x)} [-log q(z)]\nand\n E_{p(x)} E_{q(z_j|x)} [-log q(z_j)]\nwhere q(z) = 1/N sum_n=1^N q(z|x_n).\nAssumes samples are from q(z|x) for *all* x in the dataset.\nAssumes that q(z|x) is factorial ie. ... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.