text
string
label
int64
{'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': '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': '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': 'QuantifierRef.sort@src/api/python/z3/z3.py', 'description': 'Return the Boolean sort or sort of Lambda.', 'signature': 'def sort(self):'}</s>{'name': 'BitVec@src/api/python/z3/z3.py', 'description': "Return a bit-vector constant named `name`. `bv` may be the number of bits of a bit-vector sort.\nIf `ctx=None`...
0
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQRC_SUBSCRIPTION_REFRESH = 2582
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': 'KeysightM8190A.upload_waveform@src/auspex/instruments/keysight.py', 'description': 'Uploads the waveform to the device. Technically we should split the data into multiple chunks\nif we exceed the 999999999 Bytes, i.e. 1GB SCPI transfer limit.', 'signature': 'def upload_waveform(self, wf_data, segment_id, chan...
0
{'name': 'Client.send_command@iredis/client.py', 'description': 'Send raw_command to redis-server, return parsed response.\n\n:param raw_command: text raw_command, not parsed\n:param completer: RedisGrammarCompleter will update completer\n based on redis response. eg: update key completer after ``keys``\n raw_com...
0
{'name': 'AttachResumeTestCase.process_attach_continue_interrupt_detach@llvm-12.0.0-project/lldb/test/API/commands/process/attach-resume/TestAttachResume.py', 'description': 'Test attach/continue/interrupt/detach', 'signature': 'def process_attach_continue_interrupt_detach(self):'}</s>{'name': 'is_exe@llvm-12.0.0-proje...
0
{'name': 'MarkdownConverter.get_conv_fn@markdownify/__init__.py', 'description': 'Given a tag name, find and return the conversion function.', 'signature': 'def get_conv_fn(self, tag_name):'}</s>re_escape_misc_dash_sequences = re.compile(r'(\s|^)(-+(?:\s|$))')
0
{'name': 'COCOEvaluator._eval_predictions@centermask/evaluation/coco_evaluation.py', 'description': 'Evaluate predictions. Fill self._results with the metrics of the tasks.', 'signature': 'def _eval_predictions(self, predictions, img_ids=None):'}</s>{'name': '_evaluate_predictions_on_coco@centermask/evaluation/coco_eva...
1
{'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': 'initialize_jwst_image@grizli/jwst_utils.py', 'description': 'Make copies of some header keywords to make the headers look like\nand HST instrument\n\n1) Apply gain correction [*NOT PERFORMED*]\n2) Clip DQ bits\n3) Copy header keywords\n4) Apply exposure-level 1/f correction\n5) Apply flat field if necessary\n...
0
{'name': 'BlockList.removeStructs@libc/kernel/tools/cpp.py', 'description': 'Remove structs.', 'signature': 'def removeStructs(self, structs):'}</s>tokLN = " "
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...
1
{'name': 'CheckStyle@third_party/cpplint/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....
0
{'name': 'IO_MQTT.is_connected@adafruit_io/adafruit_io.py', 'description': 'Returns if connected to Adafruit IO MQTT Broker.', 'signature': 'def is_connected(self):'}</s>{'name': 'AdafruitIO_RequestError@adafruit_io/adafruit_io_errors.py', 'description': 'Adafruit IO request error class', 'base_classes': ['Exception'],...
0
{'name': '_NestingState.Update@tools/caffe-sphereface/scripts/cpp_lint.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 cal...
0
{'name': 'parse_expr@classes/docopt.py', 'description': "expr ::= seq ( '|' seq )* ;", 'signature': 'def parse_expr(tokens, options):'}</s>{'name': 'Argument@classes/docopt.py', 'description': 'DOCSTRING', 'base_classes': ['LeafPattern'], 'methods': [{'name': 'Argument.single_match@classes/docopt.py', 'description': 'D...
0
{'name': 'CreateDatatypes@src/api/python/z3/z3.py', 'description': "Create mutually recursive Z3 datatypes using 1 or more Datatype helper objects.\n\nIn the following example we define a Tree-List using two mutually recursive datatypes.\n\n>>> TreeList = Datatype('TreeList')\n>>> Tree = Datatype('Tree')\n>>> # Tre...
0
{'name': 'galah@gaia_tools/load/__init__.py', 'description': "NAME:\n galah\nPURPOSE:\n Load the GALAH data\nINPUT:\n dr= (2) data release\n ages= (False; DR >= 3) if True, add ages and other info from VAC\n ages_join_type= ('inner') type of table join to do between the main catalog and the ages VAC: 'inner' ...
0
{'name': 'modify_descendants_for_jackknife_fast@operations.py', 'description': 'Gets the columns for leaf Metrics and modify them for fast Jackknife SQL.\n\nSee the doc of get_jackknife_data_fast() first. Here we\n1. collects the LOO columns for all Sum and Count.\n2. Modify them in-place so when we generate SQL later,...
0
{'name': 'PipelineSharedReadWrite.load@06_prepare/archive/spark/spark-2.4.6-bin-without-hadoop/python/pyspark/ml/pipeline.py', 'description': 'Load metadata and stages for a :py:class:`Pipeline` or :py:class:`PipelineModel`\n\n:return: (UID, list of stages)', 'signature': 'def load(metadata, sc, path):'}</s>{'name': 'G...
0
{'name': 'preprocess_img@tools/train_with_placeholder.py', 'description': ':param img_plac: [H, W, 3] uint 8 img. In RGB.\n:param gtbox_plac: shape of [-1, 5]. [xmin, ymin, xmax, ymax, label]\n:return:', 'signature': 'def preprocess_img(img_plac, gtbox_plac):'}</s>IS_FILTER_OUTSIDE_BOXES = True
0
{'name': 'MakeOldPsekncVector@PyBioMed/PyDNA/PyDNApsenacutil.py', 'description': 'Generate the pseknc vector.', 'signature': 'def MakeOldPsekncVector(sequence_list, lamada, w, k, phyche_value, theta_type=1):'}</s>full_path = os.path.realpath(__file__)
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': 'Test.runTest@agithub/test.py', 'description': 'Run a single test with the given API session', 'signature': 'def runTest(self, test, api):'}</s>{'name': 'initAuthenticatedSession@agithub/test.py', 'description': 'DOCSTRING', 'code': "def initAuthenticatedSession(klass, **kwargs):\n for k in kwargs:\n ...
0
{'name': 'measure_features@PhiSpyModules/makeTest.py', 'description': 'This is a combination of the old make_test_set // make_train_set\nbut now returns an array of the data and so reduces redundancy\n:param kwargs: The keyworded arguments object\n:return: an array of arrays. Each element contains median orf length, sh...
0
{'name': 'GTestFilterUnitTest.RunAndVerify@Engine/lib/gtest/googletest/test/googletest-filter-unittest.py', 'description': 'Checks that the binary runs correct set of tests for a given filter.', 'signature': 'def RunAndVerify(self, gtest_filter, tests_to_run):'}</s>PARAM_TESTS = [ 'SeqP/ParamTest.TestX/0', 'Seq...
0
{'name': 'ZiGate.write_attribute_request@zigate/core.py', 'description': 'Write Attribute request\nattribute could be a tuple of (attribute_id, attribute_type, data)\nor a list of tuple (attribute_id, attribute_type, data)', 'signature': 'def write_attribute_request(self, addr, endpoint, cluster, attributes,'}</s>DETEC...
0
{'name': 'FSIM.forward@piqa/fsim.py', 'description': 'Args:\n x: An input tensor, :math:`(N, 3, H, W)`.\n y: A target tensor, :math:`(N, 3, H, W)`.\n\nReturns:\n The FSIM vector, :math:`(N,)` or :math:`()` depending on `reduction`.', 'signature': 'def forward(self, x: Tensor, y: Tensor) -> Tensor:'}</s>{'name'...
0
{'name': '_rd_dat_signals@wfdb/io/_signal.py', 'description': "Read all signals from a WFDB dat file.\n\nParameters\n----------\nfile_name : str\n The name of the dat file.\ndir_name : str\n The full directory where the dat file(s) are located, if the dat\n file(s) are local.\npn_dir : str\n The PhysioNet d...
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>MQIACF_MQCB_OPERATION = 1362
0
{'name': 'test_LocalstackEndpointResolver@tests/integration/test_contrib/test_botocore.py', 'description': 'Test pytest_localstack.botocore.LocalstackEndpointResolver.', 'signature': 'def test_LocalstackEndpointResolver('}</s>{'name': 'ContainerNotStartedError@pytest_localstack/exceptions.py', 'description': "Raised wh...
1
{'name': 'generate_release_changelog@extra/release_tool.py', 'description': 'Generate changelog and write it to a file', 'signature': 'def generate_release_changelog('}</s>{'name': 'find_prev_version@extra/release_tool.py', 'description': 'Finds the highest version in tag_list which is less than version.\ntag_list is e...
0
{'name': 'StandardMzml.__getitem__@pymzml/file_classes/standardMzml.py', 'description': "Access the item with id 'identifier'.\n\nEither use linear, binary or interpolated search.\n\nArguments:\n identifier (str): native id of the item to access\n\nReturns:\n data (str): text associated with the given identifier"...
0
{'name': 'Record.to_dataframe@wfdb/io/record.py', 'description': 'Create a dataframe containing the data from this record.\n\n\nReturns\n-------\nA dataframe, with sig_name in the columns. The index is a DatetimeIndex\nif both base_date and base_time were set, otherwise a TimedeltaIndex.', 'signature': 'def to_datafram...
0
{'name': 'Data._get_score@verif/data.py', 'description': 'Load the field variable from input, but only include the common data\n\nScores loaded will have the same dimension, regardless what input_index\nis used.\n\nfield: The type is of verif.field\ninput_index: which input to load from', 'signature': 'def _g...
0
{'name': 'minimal_init@soundrts/clientmedia.py', 'description': 'initialize sound, voice, screen, window title, keyboard', 'signature': 'def minimal_init():'}</s>OR_LOGIN_REJECTED = [4084]
0
{'name': 'next_tzolkin_haab@src/convertdate/mayan.py', 'description': "For a given haab-tzolk'in combination, and a Julian day count, find the next occurrance of the combination after the date", 'signature': 'def next_tzolkin_haab(tzolkin, haab, jd):'}</s>HAAB_TRANSLATIONS = [ "Mat", "Frog", "Red", "Bat...
0
{'name': 'add_workspace_notifications@bin/crankd.py', 'description': 'Add workspace notifications.', 'signature': 'def add_workspace_notifications(nsw_config):'}</s>{'name': 'BaseHandler@bin/crankd.py', 'description': 'DOCSTRING', 'base_classes': ['object'], 'methods': []}
0
{'name': 'Model._construct_model@src/model.py', 'description': 'Construct the evolutionary model.', 'signature': 'def _construct_model(self):'}</s>{'name': 'MechCodon_Sanity@src/parameters_sanity.py', 'description': 'Child class of ParametersSanity for MG- and GY-style codon models.\nRequired checks:\n 1. state freq...
0
{'name': 'map_async_run_loop@tools/lldb/packages/Python/lldbsuite/test/dosep.py', 'description': 'Blocks until the Pool.map_async completes and the channel completes.\n\n@param future an AsyncResult instance from a Pool.map_async() call.\n\n@param channel_map the asyncore dispatch channel map that should be pumped.\nOp...
0
{'name': 'pspnet.load_pretrained_model@ptsemseg/models/pspnet.py', 'description': 'Load weights from caffemodel w/o caffe dependency\nand plug them in corresponding modules', 'signature': 'def load_pretrained_model(self, model_path):'}</s>_REDUCTIONPARAMETER_REDUCTIONOP = _descriptor.EnumDescriptor( name='ReductionOp...
0
{'name': 'RIPPER._grow_ruleset_cn@build/lib/wittgenstein/ripper.py', 'description': 'Grow a Ruleset with pruning.', 'signature': 'def _grow_ruleset_cn('}</s>{'name': 'Ruleset@build/lib/wittgenstein/base.py', 'description': 'Collection of Rules in disjunctive normal form.', 'base_classes': [], 'methods': [{'name': 'Rule...
1
{'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': '_register_error_handlers@sandman2/app.py', 'description': 'Register error-handlers for the application.\n\n:param app: The application instance', 'signature': 'def _register_error_handlers(app):'}</s>{'name': '_reflect_all@sandman2/app.py', 'description': 'Register all tables in the given database as services...
0
{'name': 'mpl_palette@nelpy/plotting/palettes.py', 'description': 'Return discrete colors from a matplotlib palette.\n\nNote that this handles the qualitative colorbrewer palettes\nproperly, although if you ask for more colors than a particular\nqualitative palette can provide you will get fewer than you are\nexpecting...
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': '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': 'QuantifierRef.sort@src/api/python/z3/z3.py', 'description': 'Return the Boolean sort or sort of Lambda.', 'signature': 'def sort(self):'}</s>{'name': 'Update@src/api/python/z3/z3.py', 'description': "Return a Z3 store array expression.\n\n>>> a = Array('a', IntSort(), IntSort())\n>>> i, v = Ints('i v')\n>>...
0
{'name': 'parse_complex_walk@pairtools/lib/parse.py', 'description': 'Parse a set of ligations that appear as a complex walk.\nThis procedure is equivalent to intramolecular deduplication that preserved pair order in a walk.\n\n:param algns1: List of sequential lefts alignments\n:param algns2: List of sequential right ...
0
{'name': 'loadPlugins@packstack/installer/run_setup.py', 'description': 'Load All plugins from ./plugins', 'signature': 'def loadPlugins():'}</s>EXEC_IP = "ip"
0
{'name': 'ElementDetail.from_data@src/nitpick/blender.py', 'description': 'Create an element detail from dict data.', 'signature': 'def from_data(cls, index: int, data: ElementData, jmes_key: str) -> ElementDetail:'}</s>{'name': 'custom_reducer@src/nitpick/blender.py', 'description': 'Custom reducer for :py:meth:`flatt...
0
{'name': 'convert_inspirations@code/html/generate_static_website.py', 'description': ':param inspirations:\n:param entries:\n:return:', 'signature': 'def convert_inspirations(inspirations, entries):'}</s>{'name': 'EntryTransformer@code/utils/osg_parse.py', 'description': ' ', 'base_classes': ['lark.Transformer'], 'm...
0
{'name': 'process_extra_commands@heudiconv/main.py', 'description': "Perform custom command instead of regular operations. Supported commands:\n['treat-json', 'ls', 'populate-templates', 'populate-intended-for']\n\nParameters\n----------\noutdir : str\n Output directory\ncommand : {'treat-json', 'ls', 'populate-temp...
1
{'name': 'ColorEstimator.energy@scripts/optimize_color.py', 'description': "Calculate state's energy.", 'signature': 'def energy(self):'}</s>txt = None
0
{'name': 'TaggedItemManager.get_related@tagging/models.py', 'description': 'Retrieve a list of instances of the specified model which share\ntags with the model instance ``obj``, ordered by the number of\nshared tags in descending order.\n\nIf ``num`` is given, a maximum of ``num`` instances will be\nreturned.', 'signa...
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_VERNOTIF = CScriptOp(0x66)
0
{'name': 'IUCoordinator.load@custom_components/irrigation_unlimited/irrigation_unlimited.py', 'description': 'Load config data for the system', 'signature': 'def load(self, config: OrderedDict) -> "IUCoordinator":'}</s>SERVICE_DISABLE = "disable"
0
{'name': 'summarize@summarization/summarizer.py', 'description': 'Returns a summarized version of the given text using a variation of\nthe TextRank algorithm.\nThe input must be longer than INPUT_MIN_LENGTH sentences for the\nsummary to make sense and must be given as a string.\n\nThe output summary will consist of the...
0
{'name': 'IUCoordinator.load@custom_components/irrigation_unlimited/irrigation_unlimited.py', 'description': 'Load config data for the system', 'signature': 'def load(self, config: OrderedDict) -> "IUCoordinator":'}</s>ATTR_ZONE_IDS = "zone_ids"
0
{'name': 'RSABase.verify@jws/algos.py', 'description': 'Verifies a message using RSA cryptographic signature and key.\n\n``crypto`` is the cryptographic signature\n``key`` is the verifying key. Can be a real key object or a string.', 'signature': 'def verify(self, msg, crypto, key):'}</s>{'name': 'RSABase@jws/algos.py'...
1
{'name': 'InitializerListTestCase.test@lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/initializerlist/TestInitializerList.py', 'description': 'Test that that file and class static variables display correctly.', 'signature': 'def test(self):'}</s>STOPPED_DUE_TO_BREAKPOINT_WI...
0
{'name': 'draw_water_mix_ratio@pymeteo/skewt.py', 'description': 'Plot lines of constant water vapor mixing ratio on axes\n\n:parameter axes: The axes to draw on\n:type axes: :py:class:`matplotlib.axes`\n\nThis function calculates isolines of constant water vapor\nmixing ratio and plots these lines. Values of w calcul...
0
{'name': 'load_config@pyrgg/functions.py', 'description': 'Load config based on given path.\n\n:param path: path to config file\n:type path: str\n:return: input data as dict', 'signature': 'def load_config(path):'}</s>{'name': 'handle_str_prob@pyrgg/functions.py', 'description': 'Convert string to float and raise Value...
0
{'name': '_parse_edge_nodes@uxarray/io/_mpas.py', 'description': 'Parses edge node connectivity for either the Primal or Dual Mesh.', 'signature': 'def _parse_edge_nodes(in_ds, out_ds, mesh_type):'}</s>{'name': '_primal_to_ugrid@uxarray/io/_mpas.py', 'description': 'Encodes the MPAS Primal-Mesh in the UGRID conventions...
0
{'name': 'gis_prepro_tasks@oggm/workflow.py', 'description': 'Run all flowline preprocessing tasks on a list of glaciers.\n\nParameters\n----------\ngdirs : list of :py:class:`oggm.GlacierDirectory` objects\n the glacier directories to process', 'signature': 'def gis_prepro_tasks(gdirs):'}</s>{'name': 'compute_downs...
1
{'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': 'GeoDataset.set_roi@salem/datasets.py', 'description': "Set a region of interest for the dataset.\nIf set succesfully, a ROI is simply a mask of the same size as the\ndataset's grid, obtained with the .roi attribute.\nI haven't decided yet if the data should be masekd out when a ROI\nhas been set.\nParameters\...
1
{'name': 'ParseArguments@ament_cpplint/ament_cpplint/cpplint.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(args)...
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': 'render@picasso/render.py', 'description': "Renders locs.\n\nParameters\n----------\nlocs : np.recarray\n Localizations to be rendered\ninfo : dict (default=None)\n Contains metadata for locs. Needed only if no viewport \n specified\noversampling : float (default=1)\n Number of super-resolution pix...
1
{'name': 'register_functions@llvm-4.0.0-project/clang/bindings/python/clang/cindex.py', 'description': 'Register function prototypes with a libclang library instance.\n\nThis must be called as part of library instantiation so Python knows how\nto call out to the shared library.', 'signature': 'def register_functions(li...
0
{'name': 'cli@blogger_cli/cli.py', 'description': 'A CLI tool to maintain your jupyter notebook blog.', 'signature': 'def cli(ctx, verbose):'}</s>{'name': 'Config@blogger_cli/cli_utils/json_writer.py', 'description': "Config class with methods\n write(key, value):\n eg Config.write('parent:child:sub_child', '...
0
{'name': 'git_call@airflow_code_editor/git.py', 'description': 'Run git command. If capture_output is true, stdout and stderr will be captured.', 'signature': 'def git_call(argv: List[str], capture_output: bool = False) -> Tuple[int, bytes, bytes]:'}</s>{'name': 'prepare_git_env@airflow_code_editor/git.py', 'descriptio...
1
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQIACF_AMQP_DIAGNOSTICS_TYPE = 1406
0
{'name': 'sign2map@venv/Lib/site-packages/numpy/f2py/capi_maps.py', 'description': 'varname,ctype,atype\ninit,init.r,init.i,pytype\nvardebuginfo,vardebugshowvalue,varshowvalue\nvarrfromat\nintent', 'signature': 'def sign2map(a, var):'}</s>{'name': 'getcallstatement@venv/Lib/site-packages/numpy/f2py/auxfuncs.py', 'descr...
0
{'name': 'lambda_handler@blogs/ecs-canary-deployments-pipeline/shared_stack/lambda_functions/start_canary/main.py', 'description': 'Main handler. ', 'signature': 'def lambda_handler(event, _context):'}</s>LOGGER = logging.getLogger(__name__)
1
{'name': 'createParser@dicom2stl/utils/parseargs.py', 'description': 'Create the command line argument parser', 'signature': 'def createParser():'}</s>{'name': 'parseargs@dicom2stl/utils/parseargs.py', 'description': 'Parse the command line arguments', 'code': 'def parseargs():\n """Parse the command line arguments"...
0
{'name': 'PySRRegressor.from_file@pysr/sr.py', 'description': 'Create a model from a saved model checkpoint or equation file.\n\nParameters\n----------\nrun_directory : str\n The directory containing outputs from a previous run.\n This is of the form `[output_directory]/[run_id]`.\n Default is `None`.\nbinary_...
0
{'name': 'render_pep440_branch@versioneer.py', 'description': 'TAG[[.dev0]+DISTANCE.gHEX[.dirty]] .\n\nThe ".dev0" means not master branch. Note that .dev0 sorts backwards\n(a feature branch will appear "older" than the master branch).\n\nExceptions:\n1: no tags. 0[.dev0]+untagged.DISTANCE.gHEX[.dirty]', 'signature': '...
0
{'name': 'Config.create_config@twtxt/config.py', 'description': 'Create a new config file at the default location.\n\n:param str cfgfile: path to the config file\n:param str nick: nickname to use for own tweets\n:param str twtfile: path to the local twtxt file\n:param str twturl: URL to the remote twtxt file\n:param bo...
1
{'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': 'ImputationKernel.impute_new_data@miceforest/imputation_kernel.py', 'description': 'Impute a new dataset\n\nUses the models obtained while running MICE to impute new data,\nwithout fitting new models. Pulls mean matching candidates from\nthe original data.\n\nsave_models must be > 0. If save_models == 1, the l...
0
{'name': 'FutureBase._computed@asynq/futures.py', 'description': 'Protected method invoked when value or error property\nis set.\n\nRaises on_computed event.', 'signature': 'def _computed(self):'}</s>{'name': 'DebugOptions@asynq/_debug.py', 'description': 'All asynq debug options are stored in this structure.\n\nThe cl...
0
{'name': 'test_ignore_on_verify@tests/test_ignore.py', 'description': 'tests that the "verify" command properly receives and processes all ignore spec arguments', 'signature': 'def test_ignore_on_verify(temp_tree):'}</s>{'name': 'temp_tree@tests/test_ignore.py', 'description': 'fixture used by all tests in this file.\n...
1
{'name': 'WebPGetInfo@external/SDL2_image/external/libwebp-1.0.2/swig/libwebp.py', 'description': 'WebPGetInfo(uint8_t data) -> (width, height)', 'signature': 'def WebPGetInfo(*args):'}</s>{'name': 'wrap_WebPEncodeLosslessBGR@external/SDL2_image/external/libwebp-1.0.2/swig/libwebp.py', 'description': 'private, do not c...
0
{'name': 'select@aegea/s3.py', 'description': "Select data from an S3 object using AWS S3 Select.\n\nSee https://docs.aws.amazon.com/AmazonS3/latest/dev/selecting-content-from-objects.html.\n\nExample:\n\n aegea s3 select s3://my-bucket/data.json 'select * from S3Object[*].path'", 'signature': 'def select(args):'}</...
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': 'models_for_export@wagtail_transfer/views.py', 'description': 'Return data for a specific model based on the incoming model_path.\n\nIf an object_id is provided, search for a single model object.', 'signature': 'def models_for_export(request, model_path, object_id=None):'}</s>{'name': 'PageChooserAPIViewSet@wa...
0
{'name': 'ToDoViews.edit_task@todopyramid/views.py', 'description': 'Get the values to fill in the edit form\n ', 'signature': 'def edit_task(self):'}</s>DBSession = scoped_session(sessionmaker(extension=ZopeTransactionExtension()))
1
{'name': 'url2purl@src/packageurl/contrib/url2purl.py', 'description': 'Return a PackageURL inferred from the `url` string or None.', 'signature': 'def url2purl(url):'}</s>{'name': 'build_pypi_purl@src/packageurl/contrib/url2purl.py', 'description': 'DOCSTRING', 'code': 'def build_pypi_purl(uri):\n path = unquote_pl...
0
{'name': 'str_to_timedelta@src/rororo/timedelta.py', 'description': 'Convert string value to timedelta instance according to the given format.\n\nIf format not set function tries to load timedelta using default\n``TIMEDELTA_FORMAT`` and then both of magic "full" formats.\n\nYou should also specify list of formats and f...
1
{'name': 'apply_flt_dq@grizli/utils.py', 'description': 'Read and apply the compact exposure information file\n\nParameters\n----------\nfilename : str\n FLT/FLC filename.\n\nreplace : (str, str)\n Replace arguments for output DQ filename:\n\n >>> output_filename = filename.replace(replace[0], replace[1])\n\no...
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': 'metapostgrest@...
0
{'name': 'Driver.setParamInfo@pcaspy/driver.py', 'description': 'set PV meta info, limits, precision, limits, units.\n\n:param str reason: PV base name\n:param dict info: information dictionary, same as used in :meth:`SimpleServer.createPV`.\n\nThe new meta information will be pushed to registered clients the next time...
1
{'name': '_check_em_conversion@unyt/unit_object.py', 'description': "Check to see if the units contain E&M units\n\nThis function supports unyt's ability to convert data to and from E&M\nelectromagnetic units. However, this support is limited and only very\nsimple unit expressions can be readily converted. This functio...
0
{'name': 'compute_uninitialized@src/climpred/reference.py', 'description': 'Verify an uninitialized ensemble against verification data.\n\n.. note::\n Based on Decadal Prediction protocol, this should only be computed for the\n first lag and then projected out to any further lags being analyzed.\n\nArgs:\n ini...
0
{'name': 'Test.test_MOD09Q1@tests/test_imagecollection.py', 'description': 'Test the image collection module for MOD09Q1', 'signature': 'def test_MOD09Q1(self):'}</s>MOD17A3HGF = ee.ImageCollection("MODIS/006/MOD17A3HGF").filterBounds(point)
0