text
string
label
int64
{'name': 'get_market_data@alphapy/data.py', 'description': 'Get data from an external feed.\n\nParameters\n----------\nmodel : alphapy.Model\n The model object describing the data.\nmarket_specs : dict\n The specifications for controlling the MarketFlow pipeline.\ngroup : alphapy.Group\n The group of symbols.\...
1
{'name': 'load@spatialmedia/mpeg/sv3d.py', 'description': 'Loads the sv3d box located at position in an mp4 file.\n\nArgs:\n fh: file handle, input file handle.\n position: int or None, current file position.\n\nReturns:\n new_box: box, sv3d box loaded from the file location or None.', 'signature': 'def load(fh, pos...
0
{'name': '_convert_number@tweedr/ml/spotlight/__init__.py', 'description': 'Try to convert a string to an int or float.', 'signature': 'def _convert_number(value):'}</s>{'name': '_dict_cleanup@tweedr/ml/spotlight/__init__.py', 'description': 'Clean the response dictionary from ugly @ signs in keys.\n\nTODO: Make this a...
0
{'name': 'filter1d@Pose2Sim/filtering.py', 'description': 'Choose filter type and filter column\n\nINPUT:\n- col: Pandas dataframe column\n- filter_type: filter type from Config.toml\n- frame_rate: int\n\nOUTPUT:\n- col_filtered: Filtered pandas dataframe column', 'signature': 'def filter1d(col, config_dict, filter_typ...
0
{'name': 'Unit.__new__@unyt/unit_object.py', 'description': "Create a new unit. May be an atomic unit (like a gram) or combinations\nof atomic units (like g / cm**3).\n\nParameters\n----------\nunit_expr : Unit object, sympy.core.expr.Expr object, or str\n The symbolic unit expression.\nbase_value : float\n The u...
1
{'name': 'Hyperlink.__init__@svgwrite/container.py', 'description': ":param string href: hyperlink to the target resource\n:param string target: ``'_blank|_replace|_self|_parent|_top|<XML-name>'``\n:param extra: additional SVG attributes as keyword-arguments", 'signature': "def __init__(self, href, target='_blank', **e...
0
{'name': 'HeroesMap.xyz_set_river@h3m/phlm/phlm.py', 'description': 'Sets the road of the specified coordinate. \nAccepts: None, Clear, Icy, Muddy, Lava', 'signature': 'def xyz_set_river(self, x, y, z, type = Dirt):'}</s>Sand = c_int(1)
0
{'name': 'Bottle.route@3rdparty/mongo-c-driver-1.26.2/build/bottle.py', 'description': "A decorator to bind a function to a request URL. Example::\n\n @app.route('/hello/:name')\n def hello(name):\n return 'Hello %s' % name\n\nThe ``:name`` part is a wildcard. See :class:`Router` for syntax\ndetails.\n\n:p...
0
{'name': 'RenderCar._resize@car/render_car.py', 'description': 'Parameters\n----------\npil_img: pil image\n input image\nmin_scale: float\n minimum ratio of resize\nmax_scale: float\n maximum ratio of resize\nr1: float\n resize ratio of height to width\n\nReturns\n----------\nresize: float\n resize ratio\nresize_...
0
{'name': 'onion_redirect@ahmia/views.py', 'description': 'Add clicked information and redirect to .onion address.', 'signature': 'def onion_redirect(request):'}</s>{'name': 'AddOnionForm@ahmia/forms.py', 'description': 'Request to add an onion domain.', 'base_classes': ['forms.Form'], 'methods': []}
0
{'name': 'Normalizer.__init__@roost/core.py', 'description': 'tensor is taken as a sample to calculate the mean and std', 'signature': 'def __init__(self):'}</s>{'name': 'Featurizer@roost/core.py', 'description': 'Base class for featurizing nodes and edges.', 'base_classes': [], 'methods': [{'name': 'Featurizer.__init_...
0
{'name': 'design_and_init_carfac@python/jax/carfac.py', 'description': "Design and init the CARAFAC model.\n\nArgs:\n params: all the design params. Won't be changed in this function.\n\nReturns:\n Newly created and initialised hypers, trainable weights and state of\n CARFAC model.", 'signature': 'def design_and_ini...
0
{'name': 'compute_bbox_stats@lib/rpn_util.py', 'description': 'Computes the mean and standard deviation for each regression\nparameter (usually pertaining to [dx, dy, sw, sh] but sometimes\nfor 3d parameters too).\n\nOnce these stats are known we normalize the regression targets\nto have 0 mean and 1 variance, to hypot...
0
{'name': 'PFDivert._to_struct@pf/rule.py', 'description': 'Convert a PFDivert object to a divert structure.', 'signature': 'def _to_struct(self):'}</s>ICMP_UNREACH_HOST = 1
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>MQLDAP_AUTHORMD_SEARCHGRP = 1
0
{'name': 'AlarmoBaseEntity.device_info@custom_components/alarmo/alarm_control_panel.py', 'description': 'Return info for device registry.', 'signature': 'def device_info(self) -> dict:'}</s>COMMAND_ARM_VACATION = "arm_vacation"
0
{'name': 'BitcoinTestFramework.setup_chain@test/functional/test_framework/test_framework.py', 'description': 'Override this method to customize blockchain setup', 'signature': 'def setup_chain(self):'}</s>{'name': 'p2p_port@test/functional/test_framework/util.py', 'description': 'DOCSTRING', 'code': 'def p2p_port(n):\n...
0
{'name': 'attrib@vendor/attr/_make.py', 'description': "Create a new attribute on a class.\n\n.. warning::\n\n Does *not* do anything unless the class is also decorated with\n `attr.s`!\n\n:param default: A value that is used if an ``attrs``-generated ``__init__``\n is used and no value is passed while instan...
0
{'name': 'delete_database@databricks-adx-integration/src/code/tools/ADXProvisionTool/create_dataexplorer_database.py', 'description': 'deletedatabase\n\n:param number_of_companies: number_of_companies\n :type number_of_companies: int\n ', 'signature': 'def delete_database(number_of_companies):'}</s>{'name': 'retention_...
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': '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': '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': 'print_numpy@utils/util.py', 'description': 'Print the mean, min, max, median, std, and size of a numpy array\n\nParameters:\n val (bool) -- if print the values of the numpy array\n shp (bool) -- if print the shape of the numpy array', 'signature': 'def print_numpy(x, val=True, shp=False):'}</s>{'name': ...
0
{'name': 'Context.add_const@onnx_chainer/context.py', 'description': 'Add a constant array as an ONNX Constant node.\n\nReturns:\n str: registered name.', 'signature': 'def add_const(self, array, name):'}</s>{'name': 'get_func_name@onnx_chainer/onnx_helper.py', 'description': 'Return processing function name\n\n ...
1
{'name': 'get_hconfig_view@hier_config/constructors.py', 'description': 'Instantiates the appropriate HConfigView.\n\nIf you implement your own HConfigView, you will likely need to create a function like this one locally.', 'signature': 'def get_hconfig_view(config: HConfig) -> HConfigViewBase:'}</s>{'name': 'get_hconf...
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': 'plot_profile_map@rf/imaging.py', 'description': 'Plot profile map with stations and piercing points.\n\n:param boxes: boxes created with `~.profile.get_profile_boxes()`\n:param inventory, label_stations: plot stations, see `plot_stations`\n:param ppoints: list of (lat, lon) tuples of piercing points,\n see...
0
{'name': 'UrllibAdapter._make_request@rosreestr2coord/request/urlib_adapter.py', 'description': 'Performs an HTTP request using urllib with optional proxy settings.', 'signature': 'def _make_request('}</s>{'name': 'UrllibAdapter@rosreestr2coord/request/urlib_adapter.py', 'description': 'DOCSTRING', 'base_classes': ['Re...
1
{'name': '_get_sentences_with_word_count@summarization/summarizer.py', 'description': 'Given a list of sentences, returns a list of sentences with a\ntotal word count similar to the word count provided.', 'signature': 'def _get_sentences_with_word_count(sentences, word_count):'}</s>{'name': '_build_hasheable_corpus@sum...
0
{'name': 'rdf_type_candidates@utils/query_graph_to_sparql.py', 'description': ' Takes in path ID (continous IDs, not glove vocab).\n And return type candidates (in continous IDs)\n based on whether we want URI or X candidates\n:param data:\n:param path_id:\n:param relations:\n:param reverse_vocab:\n:param ...
0
{'name': 'predict_epitopes@vaxrank/epitope_prediction.py', 'description': 'Parameters\n----------\nmhc_predictor : mhctools.BasePredictor\n Object with predict_peptides method\n\nprotein_fragment : MutantProteinFragment\n\npeptide_length : list of int\n Lengths of peptides to make pMHC binding predictions for\n\n...
1
{'name': 'copy@examples/python/ggml/utils.py', 'description': 'Copy the contents of one tensor to another, doing any necessary (de/re)quantization transparently.\nWorks across numpy & ggml tensors, but they must have the same shape (and be contiguous).\n\nParameters\n----------\nfrom_tensor : TensorLike\n The tensor...
1
{'name': 'QueueManager.backout@code/pymqi/__init__.py', 'description': 'Backout any outstanding gets/puts in the current unit of work.\n ', 'signature': 'def backout(self):'}</s>MQCMD_START_CHANNEL = 28
0
{'name': 'set@aegea/aegea_config.py', 'description': 'Set an Aegea configuration parameter to a given value', 'signature': 'def set(args):'}</s>sync_parser = register_listing_parser(sync, parent=configure_parser)
0
{'name': 'HTTPConnectionPool._get_conn@Retired Content/MimeCast/SumoLogic-Mimecast-Data-Collection/requests/packages/urllib3/connectionpool.py', 'description': 'Get a connection. Will return a pooled connection if one is available.\n\nIf no connections are available and :prop:`.block` is ``False``, then a\nfresh connec...
0
{'name': 'record_request_data@exercise_notebooks/prometheus_exercise/app/helpers/middleware.py', 'description': 'Capture request data.\n\nUses the flask request object to extract information such as\nthe HTTP request method, endpoint and HTTP status.', 'signature': 'def record_request_data(response: Response) -> Respon...
0
{'name': 'TestEmbeddedDocumentField.test__parent__init__method_included_in_init_chain@tests/test_db_fields.py', 'description': 'Test to protect from accidental incorrect __init__ method overwrite.', 'signature': 'def test__parent__init__method_included_in_init_chain(self, db, mocker):'}</s>{'name': 'TestBooleanField@te...
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': 'IB.cancelOrder@ib_insync/ib.py', 'description': 'Cancel the order and return the Trade it belongs to.\n\nArgs:\n order: The order to be canceled.\n manualCancelOrderTime: For audit trail.', 'signature': "def cancelOrder(self, order: Order, manualCancelOrderTime: str = '') \\"}</s>{'name': 'patchAsyncio@...
0
{'name': 'CortexM.write_core_registers_raw@pyocd/coresight/cortex_m.py', 'description': 'Write one or more core registers\n\nWrite core registers in reg_list with the associated value in\ndata_list. If any register in reg_list is a string, find the number\nassociated to this register in the lookup table CORE_REGISTER....
0
{'name': 'Architecture.__get_register@gef.py', 'description': "Return a register's value.", 'signature': 'def __get_register(self, regname: str) -> int:'}</s>{'name': 'to_unsigned_long@gef.py', 'description': 'Cast a gdb.Value to unsigned long.', 'code': 'def to_unsigned_long(v: gdb.Value) -> int:\n """Cast a gdb.Va...
0
{'name': 'graph_from_xml@osmnx/graph.py', 'description': "Create a graph from data in an OSM XML file.\n\nDo not load an XML file previously generated by OSMnx: this use case is\nnot supported and may not behave as expected. To save/load graphs to/from\ndisk for later use in OSMnx, use the `io.save_graphml` and\n`io.lo...
0
{'name': 'TopLevelMixin.repeat@altair/vegalite/v5/api.py', 'description': "Return a RepeatChart built from the chart\n\nFields within the chart can be set to correspond to the row or\ncolumn using `alt.repeat('row')` and `alt.repeat('column')`.\n\nParameters\n----------\nrepeat : list\n a list of data column names t...
0
{'name': 'parse_markdown@bin/docs/markdown.py', 'description': 'Parse a Markdown text and return a document instance.', 'signature': 'def parse_markdown(text: str) -> "MarkdownDoc":'}</s>{'name': 'Code@bin/docs/markdown.py', 'description': 'A code block token (https://daringfireball.net/projects/markdown/syntax#precode...
0
{'name': 'View.analyze_cluster@picasso/gui/render.py', 'description': 'Clusters picked locs using k-means clustering. ', 'signature': 'def analyze_cluster(self):'}</s>{'name': 'ClsDlg2D@picasso/gui/render.py', 'description': 'A class to cluster picked locs with k-means clustering in 2D.', 'base_classes': ['QtWidgets.QD...
1
{'name': 'Plant.pick_petal@src/astrobotany/models.py', 'description': "Pick a petal from a flowering plant.\n\nArgs:\n user: The user picking the petal, if not the plant's owner.\n\nReturns: A string with a description of the resulting action.", 'signature': 'def pick_petal(self, user: User | None = None) -> str:'}<...
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': 'Validator.check@signac/_vendor/configobj/validate.py', 'description': 'Usage: check(check, value)\n\nArguments:\n check: string representing check to apply (including arguments)\n value: object to be checked\n\nReturns value, converted to correct type if necessary\n\nIf the check fails, raises a ``Valid...
0
{'name': 'get_projection_methods@FastProject/Projections.py', 'description': "lean: bool\n Set by CLI argument. Used to remove methods that don't scale well\n to many samples\npca: bool\n Only return a subset of methods when PCA has been called first as\n it doesn't make sense to call PCA before some metho...
0
{'name': 'draw_moist_adiabat@pymeteo/skewt.py', 'description': 'Plot moist adiabats on axes\n\n:parameter axes: The axes to draw on\n:type axes: :py:class:`matplotlib.axes`\n\nThis function calculates moist adiabats\nand plots these lines. Adiabats are calculated for\nvalues of T at 1000mb from -15 to 45 C every 5 C b...
0
{'name': 'AproposWithProcessTestCase.test_apropos_with_process@llvm-12.0.0-project/lldb/test/API/commands/apropos/with-process/TestAproposWithProcess.py', 'description': "Test that apropos env doesn't crash trying to touch the process plugin command.", 'signature': 'def test_apropos_with_process(self):'}</s>PROCESS_EXI...
0
{'name': 'RIPPER._optimize_ruleset_cn@build/lib/wittgenstein/ripper.py', 'description': 'Optimization phase.', 'signature': 'def _optimize_ruleset_cn('}</s>{'name': 'Rule@build/lib/wittgenstein/base.py', 'description': 'Conjunction of Conds', 'base_classes': [], 'methods': [{'name': 'Rule.__init__@build/lib/wittgenstei...
1
{'name': 'About.dump_lic@src/attributecode/model.py', 'description': 'Write LICENSE files and return the a list of key, name, context and the url\nas these information are needed for the ABOUT file', 'signature': 'def dump_lic(self, location, license_dict):'}</s>{'name': 'get_locations@src/attributecode/util.py', 'desc...
0
{'name': 'ExternalScenario.create_markets@premise/external.py', 'description': 'Create new markets, and create a `World` market\nif no data is provided for it.', 'signature': 'def create_markets(self) -> None:'}</s>{'name': 'ExternalScenario@premise/external.py', 'description': 'DOCSTRING', 'base_classes': ['BaseTransf...
1
{'name': 'TaskRecord.__repr__@celery_cloudwatch/state.py', 'description': 'Return a nicely formatted representation string', 'signature': 'def __repr__(self):'}</s>{'name': 'TaskRecord@celery_cloudwatch/state.py', 'description': 'TaskRecord(name, sent_at, started_at, succeeded_at, failed_at)', 'base_classes': ['tuple']...
1
{'name': 'EntriesMaintainer.update_statistics@code/maintenance_entries.py', 'description': 'Generates the statistics page.\n\nShould be done every time the entries change.', 'signature': 'def update_statistics(self):'}</s>{'name': 'exception_hook@code/utils/osg_ui.py', 'description': 'Use sys.__excepthook__, the standa...
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': 'NumberInterval@intervals/interval.py', 'description': 'DOCSTRING', 'base_classes': ['AbstractInte...
0
{'name': 'create_color_texture@io_scene_minecraft_json/export_minecraft_json.py', 'description': "Create a packed square texture from list of input colors. Each color\nis a distinct RGB tuple given a 3x3 pixel square in the texture. These\nmust be 3x3 pixels so that there is no uv bleeding near the face edges.\nAlso in...
0
{'name': 'babel_extract@venv/Lib/site-packages/jinja2/ext.py', 'description': 'Babel extraction method for Jinja templates.\n\n.. versionchanged:: 2.3\n Basic support for translation comments was added. If `comment_tags`\n is now set to a list of keywords for extraction, the extractor will\n try to find the best...
0
{'name': 'get_video_masks_by_moving_random_stroke@src/utils/mask_generators.py', 'description': 'Get video masks by random strokes which move randomly between each\nframe, including the whole stroke and its control points\n\nParameters\n----------\n imageWidth: Image width\n imageHeight: Image height\n nStroke...
0
{'name': 'rel_err@oggm/utils/_funcs.py', 'description': 'Relative error. Ref should be non-zero', 'signature': 'def rel_err(ref, data):'}</s>CONFIG_FILE = os.path.join(os.path.expanduser('~'), '.oggm_config')
0
{'name': 'CheckForNewlineAtEOF@third_party/cpplint/cpplint.py', 'description': 'Logs an error if there is no newline char at the end of the file.\n\nArgs:\n filename: The name of the current file.\n lines: An array of strings, each representing a line of the file.\n error: The function to call with any errors found....
0
{'name': 'q@api/python/heedy/base.py', 'description': 'Quotes values so they are safe to use as elements of a URL', 'signature': 'def q(value):'}</s>{'name': 'getSessionType@api/python/heedy/base.py', 'description': 'This function is given a string, either "sync" or "async", and it returns a SyncSession or AsyncSession...
0
{'name': 'HindcastEnsemble.remove_bias@src/climpred/classes.py', 'description': 'Remove bias from :py:class:`.HindcastEnsemble`.\n\nBias is grouped by ``seasonality`` set via\n:py:class:`~climpred.options.set_options`. When wrapping\n:py:class:`xclim.sdba.adjustment.TrainAdjust` use ``group`` instead.\n\nArgs:\n ali...
0
{'name': 'test_image_upgrade_01150@tests/unit/modules/dcnm/dcnm_image_upgrade/test_image_upgrade.py', 'description': '### Classes and Methods\n\n- ``ImageUpgrade``\n - ``_build_payload``\n - ``commit``\n\n### Test\n\nInvalid value for ``options.package.install``.\n\n### Setup\n\n- ``devices`` is s...
0
{'name': 'SectionHeader.new_member@pcapng/blocks.py', 'description': "Helper method to create a block that's a member of this section", 'signature': 'def new_member(self, cls, **kwargs):'}</s>LINKTYPE_HIPPI = 111
0
{'name': 'NamespaceLookupTestCase.test_scope_ambiguity_after_using_lookup_with_run_command@tools/lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespaceLookup.py', 'description': 'Test scope lookup ambiguity after using in lldb.', 'signature': 'def test_scope_ambiguity_after_using_lookup_with_run_command(s...
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': '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': 'get_frame@asynq/debug.py', 'description': 'Given a generator, returns its current frame.', 'signature': 'def get_frame(generator):'}</s>_use_syntax_highlighting = True
0
{'name': 'convertBezToOutline@python/psautohint/ufoFont.py', 'description': 'Since the UFO outline element as no attributes to preserve,\nI can just make a new one.', 'signature': 'def convertBezToOutline(bezString):'}</s>kBaseStateTokens = [ "FontName", "FullName", "IsBoldStyle", "IsItalicStyle", "...
0
{'name': 'CheckForNonConstReference@third_party/cpplint/cpplint.py', 'description': 'Check for non-const references.\n\nSeparate from CheckLanguage since it scans backwards from current\nline, instead of scanning forward.\n\nArgs:\n filename: The name of the current file.\n clean_lines: A CleansedLines instance conta...
0
{'name': 'PhonetisaurusTrainerMixin.train_ngram_model@montreal_forced_aligner/g2p/phonetisaurus_trainer.py', 'description': 'Train an ngram model on the aligned FSTs', 'signature': 'def train_ngram_model(self) -> None:'}</s>QUIET = False
1
{'name': 'KeyValueFile.parse_lines@ValveUtils.py', 'description': 'this method does the actual parsing/data creation. deals with comments, passing off data to the line_parser,\nfiring off the read callback, all that juicy stuff...', 'signature': 'def parse_lines(self, lines):'}</s>{'name': 'Chunk@ValveUtils.py', 'desc...
0
{'name': 'dist_factory@tests/_lib_vendors/pkg_resources/__init__.py', 'description': 'Return a dist_factory for a path_item and entry', 'signature': 'def dist_factory(path_item, entry, only):'}</s>{'name': '_normalize_cached@tests/_lib_vendors/pkg_resources/__init__.py', 'description': 'DOCSTRING', 'code': 'def _normal...
0
{'name': 'roleassign@code/link_coref.py', 'description': 'assign role to argument followed type of event', 'signature': 'def roleassign(allevent,pred_result,sentences):'}</s>TimeDiff = {'Databreach':30 ,'Phishing':30, 'Ransom':30,'DiscoverVulnerability':30,'PatchVulnerability':30 }
0
{'name': '_fit@diffxpy/testing/tests.py', 'description': ':param noise_model: str, noise model to use in model-based unit_test. Possible options:\n\n - \'nb\': default\n:param design_loc: Design matrix of location model.\n:param design_loc: Design matrix of scale model.\n:param constraints_loc: : Constraints for loc...
0
{'name': 'BreakpointConditionsTestCase.breakpoint_conditions@llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py', 'description': "Exercise breakpoint condition with 'breakpoint modify -c <expr> id'.", 'signature': 'def breakpoint_conditions(self, inline=False):'}</s>...
0
{'name': '_get_s3_creds@linodecli/plugins/obj/__init__.py', 'description': 'Retrieves stored s3 creds for the acting user from the config, or generates new\ncreds using the client and stores them if none exist\n\n:param client: The client object from the invoking PluginContext\n:type client: linodecli.CLI\n:param force...
0
{'name': 'CheckBraces@third_party/cpplint/cpplint.py', 'description': 'Looks for misplaced braces (e.g. at the end of 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 ...
0
{'name': 'networkd_networks@kayobe/plugins/filter/networkd.py', 'description': 'Return a dict representation of networkd network configuration.\n\nThe format is compatible with the systemd_networkd_network variable in the\nstackhpc.linux.systemd_networkd role.\n\n:param context: a Jinja2 Context object.\n:param names: ...
1
{'name': 'Iface.removeSupervisors@jstorm-on-yarn/src/main/gen-py/JstormAM/JstormAM.py', 'description': 'Parameters:\n - number', 'signature': 'def removeSupervisors(self, number):'}</s>{'name': 'stopSupervisors_result@jstorm-on-yarn/src/main/gen-py/JstormAM/JstormAM.py', 'description': 'DOCSTRING', 'base_classes': [], ...
0
{'name': 'scope_vars@agents/bdq/common/tf_util.py', 'description': 'Get variables inside a scope\nThe scope can be specified as a string\n\nParameters\n----------\nscope: str or VariableScope\n scope in which the variables reside.\ntrainable_only: bool\n whether or not to return only the variables that were marke...
0
{'name': 'Message.to_dict@src/betterproto/__init__.py', 'description': 'Returns a JSON serializable dict representation of this object.\n\nParameters\n-----------\ncasing: :class:`Casing`\n The casing to use for key values. Default is :attr:`Casing.CAMEL` for\n compatibility purposes.\ninclude_default_values: :cl...
0
{'name': 'ExchangeRates._parse@pycbrf/rates/basic.py', 'description': 'Parse raw XML strings to the dict of BetaExchangeRates', 'signature': 'def _parse(cls, data: bytes, *, locale_en: bool) -> Dict[str, Union[datetime, Dict[Currency, ExchangeRate]]]:'}</s>{'name': 'ExchangeRates@pycbrf/rates/basic.py', 'description': ...
1
{'name': 'get_child_access3@Inventory_Modules.py', 'description': "- faws_acct is a custom class (account_class.aws_acct_access)\n- fChildAccount expects an AWS account number (ostensibly of a Child Account)\n- rRegion expects a string representing one of the AWS regions ('us-east-1', 'eu-west-1', etc.)\n- fRoleList ex...
0
{'name': 'losslessTrim@amptk/amptklib.py', 'description': 'function to trim primers if found from SE reads\nand then trim/pad to a set length', 'signature': 'def losslessTrim(input, fwdprimer, revprimer, mismatch, trimLen, padding, minlength, output):'}</s>{'name': 'check_valid_file@amptk/amptklib.py', 'description': '...
0
{'name': 'AlignmentParser.collect_links@opustools_pkg/opustools/parse/alignment_parser.py', 'description': 'Collect links for a linkGrp', 'signature': 'def collect_links(self, cur_pos=0, chunk_size=1000000, verbose=False):'}</s>{'name': 'AlignmentParser@opustools_pkg/opustools/parse/alignment_parser.py', 'description':...
1
{'name': 'draw_lnurl_qr@displays/waveshare2in13v3.py', 'description': 'Draw a lnurl qr code on the e-ink screen\n ', 'signature': 'def draw_lnurl_qr(qr_img):'}</s>btcpay_lnd_1 = "Success!!"
0
{'name': 'Simplifier.using_params@src/api/python/z3/z3.py', 'description': 'Return a simplifier that uses the given configuration options', 'signature': 'def using_params(self, *args, **keys):'}</s>{'name': 'IntToStr@src/api/python/z3/z3.py', 'description': 'Convert integer expression to string', 'code': 'def IntToStr(...
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_SIZE = CScriptOp(0x82)
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': 'Test.test_L5@tests/test_image.py', 'description': 'Test the image module for Landsat 5', 'signature': 'def test_L5(self):'}</s>MYD09GA = ee.ImageCollection("MODIS/006/MYD09GA").first()
0
{'name': 'mat2d.set_row_strlabs@src/python_scripts/afnipy/lib_mat2d_base.py', 'description': 'input a list of strings; must match number of mat rows', 'signature': 'def set_row_strlabs(self, L):'}</s>{'name': 'get_dset_reps_tr@src/python_scripts/afnipy/afni_util.py', 'description': 'given an AFNI dataset, return err, r...
0
{'name': 'ProcessFileData@tools/cpplint.py', 'description': 'Performs lint checks and reports any errors to the given error function.\n\nArgs:\n filename: Filename of the file that is being processed.\n file_extension: The extension (dot not included) of the file.\n lines: An array of strings, each representing a li...
0
{'name': '_handleAnswerFileParams@packstack/installer/run_setup.py', 'description': 'handle loading and validating\nparams from answer file\nsupports reading single or group params', 'signature': 'def _handleAnswerFileParams(answerFile):'}</s>{'name': 'Controller@packstack/installer/setup_controller.py', 'description':...
0
{'name': 'rel_err@oggm/utils/_funcs.py', 'description': 'Relative error. Ref should be non-zero', 'signature': 'def rel_err(ref, data):'}</s>_doc = "A netcdf file containing gridded data variables which are time dependant. It has the same coordinates as `gridded_data`."
0
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQRCCF_MR_INTERVAL_WRONG_TYPE = 4074
0
{'name': 'FedexUploadImagesRequest.__init__@fedex/services/document_service.py', 'description': 'The optional keyword args detailed on L{FedexBaseService}\napply here as well.\n@type config_obj: L{FedexConfig}\n@param config_obj: A valid FedexConfig object.', 'signature': 'def __init__(self, config_obj, *args, **kwargs...
0
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQCD_VERSION_5 = 5
0