text string | label int64 |
|---|---|
{'name': 'make_visit_mosaic@grizli/aws/visit_processor.py', 'description': "Make a mosaic of the exposures from a visit with a tangent point selected\nfrom the sky tile grid\n\nParameters\n----------\nassoc : str\n grizli association name\n\nbase_path : str\n Base working directory. Working directory will be\n ... | 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': 'xprocess@xprocess/pytest_xprocess.py', 'description': 'yield session-scoped XProcess helper to manage long-running\nprocesses required for testing.', 'signature': 'def xprocess(request):'}</s>{'name': 'get_log_files@xprocess/pytest_xprocess.py', 'description': 'DOCSTRING', 'code': 'def get_log_files(root_dir)... | 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': 'WhatHappenedToTheWeirdAdditionP1.play_farey_addition_animations@ford_circles_explained.py', 'description': "Returns a series of animations showing 'a/b oplus c/d equals (a+c)/(b+d)'", 'signature': 'def play_farey_addition_animations(self, a, b, c, d):'}</s>{'name': 'MultiplicationList@ford_circles_explained.p... | 0 |
{'name': 'wasm_vec_to_list@language-bindings/python/src/wamr/wasmcapi/ffi.py', 'description': 'Converts a vector or a POINTER(vector) to a list\nvector of type pointers -> list of type pointers', 'signature': 'def wasm_vec_to_list(vec):'}</s>{'name': 'wasm_frame_vec_t@language-bindings/python/src/wamr/wasmcapi/binding.... | 1 |
{'name': 'gate2zx@discopy/quantum/zx.py', 'description': 'Turns gates into ZX diagrams. ', 'signature': 'def gate2zx(box):'}</s>{'name': 'Sum@discopy/tensor.py', 'description': 'A formal sum of tensor diagrams with the same domain and codomain.\n\nParameters:\n terms (tuple[Diagram, ...]) : The terms of the formal s... | 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': 'mass_fracs_to_molar_fracs@python/xraydb/xray.py', 'description': "Calculate molar fractions from a given mass fractions of elements.\nResult is normalized to one.\n\nArgs:\n mass_fracs (dict): mass fractions of elements\n\nReturns:\n dict with fields of each element and values of their coefficients\n\nE... | 0 |
{'name': 'test_iterator_passthrough@ncnn-20210525-full-source/python/pybind11/tests/test_sequences_and_iterators.py', 'description': '#181: iterator passthrough did not compile', 'signature': 'def test_iterator_passthrough():'}</s>{'name': 'test_python_iterator_in_cpp@ncnn-20210525-full-source/python/pybind11/tests/tes... | 0 |
{'name': 'process_alignment_dictionary@treetime/vcf_utils.py', 'description': 'prepare the dictionary specifying differences from a reference sequence\nto construct the reduced alignment with variable sites only. NOTE:\n - sites can be constant but different from the reference\n - sites can be constant plus a amb... | 0 |
{'name': 'test_make_dag_with_callbacks@tests/test_dagbuilder.py', 'description': 'test_make_dag_with_callbacks\n\nValidate that the DAG builds. Then, check callbacks configured at the DAG-level.', 'signature': 'def test_make_dag_with_callbacks():'}</s>{'name': 'test_make_python_operator_missing_params@tests/test_dagbui... | 0 |
{'name': 'showBox@source/pi-timolo.py', 'description': 'Show stream image detection area on image to align camera\nThis is a quick fix for restricting motion detection\nto a portion of the final image. Change the stream image size\non line 206 and 207 above\nAdjust track config.py file MOTION_TRACK_TRIG_LEN as required... | 0 |
{'name': 'ParserElement.setDebugActions@tests/_lib_vendors/pkg_resources/_vendor/pyparsing.py', 'description': 'Enable display of debugging messages while doing pattern matching.', 'signature': 'def setDebugActions( self, startAction, successAction, exceptionAction ):'}</s>{'name': 'srange@tests/_lib_vendors/pkg_resour... | 0 |
{'name': 'azero@pf/rule.py', 'description': "Return True if all numbers in 'seq' are 0s.", 'signature': 'def azero(seq):'}</s>PFRULE_AFTO = 2097152 | 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_PUT_OPTIONS = 1373 | 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': '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': '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': 'cli@weibo_scraper_cli.py', 'description': 'weibo-cli', 'signature': 'def cli():'}</s>ws = ['<html>', '<body>', '<head>', '<title>', 'google', '-u'] | 0 |
{'name': 'Connector.is_cookie_expired@infoblox_client/connector.py', 'description': 'Check if the cookie is expired by comparing the expiration time\nwith the current time.', 'signature': 'def is_cookie_expired(self):'}</s>{'name': 'try_value_to_bool@infoblox_client/utils.py', 'description': "Tries to convert value int... | 0 |
{'name': 'discretize@python-sdk/nuscenes/map_expansion/arcline_path_utils.py', 'description': 'Discretize an arcline path.\n:param arcline_path: Arcline path record.\n:param resolution_meters: How finely to discretize the path.\n:return: List of pose tuples.', 'signature': 'def discretize(arcline_path: ArcLinePath,'}</... | 1 |
{'name': 'PredictionEnsemble._bootstrap@src/climpred/classes.py', 'description': "PredictionEnsemble.bootstrap() parent method.\n\nexplain: OPTIONS['bootstrap_resample_skill_func']\n\nSee also:\n* :py:meth:`~climpred.PerfectModelEnsemble.bootstrap`\n* :py:meth:`~climpred.HindcastEnsemble.bootstrap`", 'signature': 'def ... | 0 |
{'name': 'Board.status@Monika After Story/game/python-packages/chess/__init__.py', 'description': 'Gets a bitmask of possible problems with the position.\n\nMove making, generation and validation are only guaranteed to work on\na completely valid board.\n\n:data:`~chess.STATUS_VALID` for a completely valid board.\n\nOt... | 0 |
{'name': 'run_benchmark@oggm/cli/benchmark.py', 'description': 'Does the actual job.\n\nParameters\n----------\nrgi_version : str\n the RGI version to use (defaults to cfg.PARAMS)\nrgi_reg : str\n the RGI region to process\nborder : int\n the number of pixels at the maps border\noutput_folder : str\n path t... | 0 |
{'name': 'calculate_preimages@bit/transaction.py', 'description': 'Calculates preimages for provided transaction structure and input\nvalues.\n\n:param tx_obj: The transaction object used to calculate preimage from using\n a transaction digest algorithm, such as BIP-143 for Segwit\n inputs. ... | 0 |
{'name': 'MatrixExp3@7_Demo_youBotPickAndPlace/code/modern_robotics/core.py', 'description': 'Computes the matrix exponential of a matrix in so(3)\n\n:param so3mat: A 3x3 skew-symmetric matrix\n:return: The matrix exponential of so3mat\n\nExample Input:\n so3mat = np.array([[ 0, -3, 2],\n [ 3,... | 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': 'diff@dictdiffer/__init__.py', 'description': "Compare two dictionary/list/set objects, and returns a diff result.\n\nReturn an iterator with differences between two objects. The diff items\nrepresent addition/deletion/change and the item value is a *deep copy*\nfrom the corresponding source or destination obj... | 1 |
{'name': 'timolo@source/pi-timolo.py', 'description': 'Main motion and or motion tracking\ninitialization and logic loop', 'signature': 'def timolo():'}</s>{'name': 'takeVideo@source/pi-timolo.py', 'description': 'Take a short motion video if required', 'code': 'def takeVideo(filename, duration, vidW=1280, vidH=720, fp... | 1 |
{'name': 'View.analyze_cluster@picasso/gui/render.py', 'description': 'Clusters picked locs using k-means clustering. ', 'signature': 'def analyze_cluster(self):'}</s>{'name': 'locs_at@picasso/lib.py', 'description': 'Returns localizations at position (x, y) within radius r.\n\nParameters\n----------\nx : float\n x-... | 0 |
{'name': 'Spline.__calc_A@agents/local_planner/cubic_spline_planner.py', 'description': 'calc matrix A for spline coefficient c', 'signature': 'def __calc_A(self, h):'}</s>{'name': 'main@agents/local_planner/cubic_spline_planner.py', 'description': 'DOCSTRING', 'code': 'def main():\n print("Spline 2D test")\n imp... | 0 |
{'name': 'buildTreesForView@xpath.py', 'description': 'Create an xml tree for each XML region in the specified view.', 'signature': 'def buildTreesForView(view):'}</s>parse_error = "XPath - error parsing XML at " | 0 |
{'name': 'generateTokenList@apim-traffic-tool/lib/traffic-tool/src/python/generate_tokens.py', 'description': 'This function will generate access tokens for all user-app combinations and write to api_invoke_tokens.csv file\n:return: None', 'signature': 'def generateTokenList():'}</s>{'name': 'selfSignupIS@apim-traffic-... | 0 |
{'name': 'addLevelName@local/clogging.py', 'description': 'Will not be added to `__all__`.', 'signature': 'def addLevelName(level, levelName, color=None, force=False):'}</s>NOTSET = 0 | 0 |
{'name': 'main@papis_zotero/__init__.py', 'description': 'Zotero interface for papis.', 'signature': 'def main() -> None:'}</s>ZOTERO_PORT = 23119 | 0 |
{'name': 'PytestAsyncioFunction._can_substitute@pytest_asyncio/plugin.py', 'description': 'Returns whether the specified function can be replaced by this class', 'signature': 'def _can_substitute(item: Function) -> bool:'}</s>{'name': 'pytest_collectstart@pytest_asyncio/plugin.py', 'description': 'DOCSTRING', 'code': '... | 0 |
{'name': 'fixUserSettingsDuplicateBrackets@src/util/util.py', 'description': 'Fix invalid section names in user.settings', 'signature': 'def fixUserSettingsDuplicateBrackets():'}</s>{'name': 'reconfigureScriptMergerPath@src/util/util.py', 'description': 'DOCSTRING', 'code': 'def reconfigureScriptMergerPath():\n from... | 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': 'FileInfo.RepositoryName@third_party/cpplint/cpplint.py', 'description': 'FullName after removing the local path to the repository.\n\nIf we have a real absolute path name here we can try to do something smart:\ndetecting the root of the checkout and truncating /path/to/checkout from\nthe name so that we get h... | 0 |
{'name': 'CSSParser.parse_selectors@SneakerBot 2019/venv/lib/python3.7/site-packages/soupsieve/css_parser.py', 'description': 'Parse selectors.', 'signature': 'def parse_selectors(self, iselector, index=0, flags=0):'}</s>CSS_STRING_ESCAPES = r'(?:\\(?:[a-f0-9]{{1,6}}{ws}?|[^\r\n\f]|$|{nl}))'.format(ws=WS, nl=NEWLINE) | 0 |
{'name': '_network@kayobe/plugins/filter/networkd.py', 'description': 'Return a networkd network for an interface.\n\n:param context: a Jinja2 Context object.\n:param name: name of the network.\n:param inventory_hostname: Ansible inventory hostname.\n:param bridge: Name of a bridge into which the interface is plugged, ... | 0 |
{'name': 'AllEntityManager.delete_for_obj@entity/models.py', 'description': 'Delete the entities associated with a model object.', 'signature': 'def delete_for_obj(self, entity_model_obj):'}</s>{'name': 'AllEntityKindManager@entity/models.py', 'description': 'Provides additional filtering for entity kinds.', 'base_clas... | 0 |
{'name': 'CMSISDAPProbe.reset@pyocd/probe/cmsis_dap_probe.py', 'description': 'Reset the target', 'signature': 'def reset(self):'}</s>{'name': 'TransferTimeoutError@pyocd/core/exceptions.py', 'description': '! @brief An SWD or JTAG timeout occurred', 'base_classes': ['TransferError'], 'methods': []} | 0 |
{'name': 'ReplaceByFeeTest.test_new_unconfirmed_inputs@qa/rpc-tests/replace-by-fee.py', 'description': 'Replacements that add new unconfirmed inputs are rejected', 'signature': 'def test_new_unconfirmed_inputs(self):'}</s>{'name': 'ser_string_vector@qa/rpc-tests/test_framework/mininode.py', 'description': 'DOCSTRING', ... | 0 |
{'name': 'MatchListener.exitObservationExpressionStartStop@stix2matcher/matcher.py', 'description': 'Consumes (1) a time interval as a pair of datetime.datetime objects,\n and (2) a generator of bindings.\nProduces a generator of bindings which are temporally filtered according\n to the given time interval. A bindin... | 0 |
{'name': 'Praetorian._validate_jwt_data@flask_praetorian/base.py', 'description': 'Validates that the data for a jwt token is valid', 'signature': 'def _validate_jwt_data(self, data, access_type):'}</s>DEFAULT_USER_CLASS_VALIDATION_METHOD = "is_valid" | 0 |
{'name': 'dashboard_get_definition@tessera-server/tessera/views_api.py', 'description': 'Fetch the definition for a dashboard. This returns the\nrepresentation to use when modifiying a dashboard.', 'signature': 'def dashboard_get_definition(id):'}</s>{'name': 'dashboard_get@tessera-server/tessera/views_api.py', 'descri... | 0 |
{'name': 'install_binary@util/build-third-party/paraview/make_macos_pvsdk_relocatable.py', 'description': 'Install the main binary into the package.', 'signature': 'def install_binary(binary: Library, is_excluded, bundle_dest, '}</s>{'name': '_copy_tree@util/build-third-party/paraview/make_macos_pvsdk_relocatable.py', ... | 0 |
{'name': 'PageElement.find_all_previous@bs4/element.py', 'description': 'Returns all items that match the given criteria and appear\nbefore this Tag in the document.', 'signature': 'def find_all_previous(self, name=None, attrs={}, text=None, limit=None,'}</s>{'name': 'PreformattedString@bs4/element.py', 'description': ... | 0 |
{'name': 'GefHelpCommand.__rebuild@gef.py', 'description': 'Rebuild the documentation.', 'signature': 'def __rebuild(self) -> None:'}</s>{'name': 'dereference@gef.py', 'description': 'GEF wrapper for gdb dereference function.', 'code': 'def dereference(addr: int) -> "gdb.Value | None":\n """GEF wrapper for gdb deref... | 0 |
{'name': 'writeFileTree@fwtool.py', 'description': 'Writes a list of UnixFiles to the disk, unpacking known archive files', 'signature': 'def writeFileTree(files, path):'}</s>{'name': 'writeFdat@fwtool/sony/fdat.py', 'description': 'Writes a non-encrypted FDAT file', 'code': 'def writeFdat(fdat, outFile):\n """Writes a... | 0 |
{'name': 'IsiStatsClient._get_metadata_direct@isi_stats_client.py', 'description': 'Get the metadata for the list of stats provided in the stats list input\nparameter by sending an individual request for each stat. When the list\nof stats is small(er) then this method is faster than querying for all\nthe stats metadata... | 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.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.backout@code/pymqi/__init__.py', 'description': 'Backout any outstanding gets/puts in the current unit of work.\n ', 'signature': 'def backout(self):'}</s>MQCAMO_OPEN_TIME = 2710 | 0 |
{'name': 'create_for_folder_subcommand@ascmhl/commands.py', 'description': 'Creates a new generation with all files in a folder hierarchy.\n\nROOT_PATH: the root path to use for the asc mhl history\n\nAll files are hashed and will be compared to previous records in the `asc-mhl` folder if they exists.\nThe command find... | 1 |
{'name': 'PFState._to_string@pf/state.py', 'description': 'Return a string representing the state.', 'signature': 'def _to_string(self):'}</s>ICMP6_DST_UNREACH = 1 | 0 |
{'name': 'format_operand_type@peachpy/x86_64/operand.py', 'description': 'Returns string representation of the operand type in assembly language', 'signature': 'def format_operand_type(operand):'}</s>{'name': 'is_vmy@peachpy/x86_64/operand.py', 'description': 'DOCSTRING', 'code': 'def is_vmy(operand):\n from peachpy... | 0 |
{'name': 'train@fairseq_cli/train.py', 'description': 'Train the model for one epoch and return validation losses.', 'signature': 'def train('}</s>{'name': 'eval_str_list@fairseq/utils.py', 'description': 'DOCSTRING', 'code': 'def eval_str_list(x, type=float):\n if x is None:\n return None\n if isinstance(... | 0 |
{'name': 'TrinoQuery.cancel@trino/client.py', 'description': 'Cancel the current query', 'signature': 'def cancel(self) -> None:'}</s>SOCKS_PROXY = os.environ.get("SOCKS_PROXY") | 0 |
{'name': 'Device.open@src/LabJackPython.py', 'description': 'Device.open(devType, Ethernet=False, firstFound = True, serial = None, localId = None, devNumber = None, ipAddress = None, handleOnly = False, LJSocket = None)\n\nOpen a device of type devType. ', 'signature': 'def open(self, devType, Ethernet=False, firstFou... | 0 |
{'name': 'CheckCommaSpacing@tools/cpplint.py', 'description': 'Checks for horizontal spacing near commas and semicolons.\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 ... | 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>MQRCCF_Q_MGR_NOT_IN_QSG = 3212 | 0 |
{'name': 'HtmlFormatter.make_html_word@src/freetype/src/tools/docmaker/tohtml.py', 'description': 'Analyze a simple word to detect cross-references and markup.', 'signature': 'def make_html_word(self, word):'}</s>re_source_crossref = re.compile(r'(\W*)(\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': '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': 'ParserElement.setDebug@venv/Lib/site-packages/pip-19.0.3-py3.6.egg/pip/_vendor/pyparsing.py', 'description': 'Enable display of debugging messages while doing pattern matching.\nSet ``flag`` to True to enable, False to disable.\n\nExample::\n\n wd = Word(alphas).setName("alphaword")\n integer = Word(num... | 0 |
{'name': 'load_schemas@scripts/schema/loader.py', 'description': 'Loads ECS and custom schemas. They are returned deeply nested and merged.', 'signature': 'def load_schemas('}</s>{'name': 'is_intermediate@scripts/generators/ecs_helpers.py', 'description': 'Encapsulates the check to see if a field is an intermediate fie... | 0 |
{'name': 'Salience.get_saliency@scnym/interpret.py', 'description': 'Compute the saliency of a target class on an input\nvector `x`.\n\nParameters\n----------\nx : torch.FloatTensor\n [1, Genes] vector of gene expression.\ntarget_class : str\n class in `.class_names` for which to compute gradients.\nguide_backpro... | 0 |
{'name': 'Tagger.from_path_or_data@tweedr/ml/crf/wrapper.py', 'description': "If we are given a model_filepath that points to an existing file, use it.\notherwise, create a temporary file to store the model because CRFSuite\ndoesn't seem to allow us to create a tagger directly from a trained\ntrainer object.", 'signatu... | 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': 'ParserSpec.p_field_seq@thriftrw/idl/parser.py', 'description': 'field_seq : field sep field_seq\n| field field_seq\n|', 'signature': 'def p_field_seq(self, p):'}</s>{'name': 'ParserSpec@thriftrw/idl/parser.py', 'description': 'Parser specification for Thrift IDL files.\n\nAdapted from ``thriftpy.parser.parser... | 1 |
{'name': 'read_signature@mhkit/dolfyn/io/nortek2.py', 'description': 'Read a Nortek Signature (.ad2cp) datafile\n\nParameters\n----------\nfilename : string\n The filename of the file to load.\nuserdata : bool\n To search for and use a .userdata.json or not\nnens : None, int or 2-element tuple (start, stop)\n Number... | 1 |
{'name': '_read_esmf@uxarray/io/_esmf.py', 'description': 'Reads in an Xarray dataset containing an ESMF formatted Grid dataset and\nencodes it in the UGRID conventions.\n\nAdheres to the ESMF Unstructrued Grid Format (ESMFMESH) outlined in the ESMF documentation:\nhttps://earthsystemmodeling.org/docs/release/latest/ES... | 0 |
{'name': 'IUZone.as_dict@custom_components/irrigation_unlimited/irrigation_unlimited.py', 'description': 'Return this zone as a dict', 'signature': 'def as_dict(self, extended=False) -> OrderedDict:'}</s>SERVICE_LOAD_SCHEDULE = "load_schedule" | 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': '_local_density@picasso/postprocess.py', 'description': 'DOCSTRING', 'code': 'def _local_de... | 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': '_support_pp@src/api/python/z3/z3printer.py', 'description': 'DOCSTRING', 'code': 'def _support_pp(a):\n retur... | 0 |
{'name': 'create_s3_destination@security/guardduty/index.py', 'description': 'Create the s3 publishing destination for GuardDuty in the Control Tower\ncentral logging account. GuardDuty findings are encrypted using\nthe KMS key in the GuardDuty master account.\n:param sts_session: STS sesion of the GuardDuty master ac... | 0 |
{'name': 'test_early_stopping@gplearn/tests/test_genetic.py', 'description': 'Check that early stopping works', 'signature': 'def test_early_stopping():'}</s>{'name': 'test_input_validation_classifier@gplearn/tests/test_genetic.py', 'description': 'Check that guarded input validation raises errors', 'code': 'def test_i... | 0 |
{'name': 'RGBTiler.run@rio_rgbify/mbtiler.py', 'description': 'Warp, encode, and tile', 'signature': 'def run(self, processes=4):'}</s>work_func = None | 0 |
{'name': 'DefaultTypeDef.__init__@self_organising_systems/biomakerca/environments.py', 'description': 'Initialization of DefaultTypeDef.\n \nArgs:\n materials: List of strings of material types.\n agent_types: List of strings of agent types.\n structure_decay_mats_dict: dictionary of agent type strings and structur... | 0 |
{'name': 'test_fixed_port_environment_variables@tests/test_server.py', 'description': "Note that we cannot test the fixture here because it is session scoped\nand was already started. Thus, let's just test a new Server instance.", 'signature': 'def test_fixed_port_environment_variables(protocol):'}</s>{'name': 'test_se... | 0 |
{'name': 'page_erase@tools/pydfu.py', 'description': 'Erases a single page.', 'signature': 'def page_erase(addr):'}</s>__DFU_ABORT = 6 | 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': 'File._store@burpui/misc/parser/utils.py', 'description': 'Store the config', 'signature': 'def _store(self, data, dest=None, insecure=False):'}</s>END_TEMPLATES = "END TEMPLATES" | 1 |
{'name': 'ResourceManager.resource_listdir@blockchain-env/lib/python3.7/site-packages/pip/_vendor/pkg_resources/__init__.py', 'description': 'List the contents of the named resource directory', 'signature': 'def resource_listdir(self, package_or_requirement, resource_name):'}</s>{'name': 'null_ns_handler@blockchain-env... | 0 |
{'name': '_type_expression@swagger_to/ts_angular5_client.py', 'description': 'Translate the type definition in Typescript representation to a type expression as Typescript code.\n\n:param typedef: Typescript representation of the type definition\n:param path: path in the Swagger spec\n:return: Typescript code', 'signat... | 0 |
{'name': 'create_autospec@Contents/Libraries/Shared/mock.py', 'description': "Create a mock object using another object as a spec. Attributes on the\nmock will use the corresponding attribute on the `spec` object as their\nspec.\n\nFunctions or methods being mocked will have their arguments checked\nto check that they ... | 0 |
{'name': 'Placeholders_Calls.test1@Cheetah/Tests/SyntaxAndOutput.py', 'description': 'func placeholder - no ()', 'signature': 'def test1(self):'}</s>{'name': 'CompilerDirective@Cheetah/Tests/SyntaxAndOutput.py', 'description': 'DOCSTRING', 'base_classes': ['OutputTest'], 'methods': [{'name': 'CompilerDirective.test1@Ch... | 0 |
{'name': 'AnkiDataFrame.raw@ankipandas/ankidf.py', 'description': 'Bring a :class:`AnkiDataFrame` into the ``raw`` format (i.e. the\nexact format that Anki uses in its internal representation) .\n\nArgs:\n inplace: If False, return new dataframe, else update old one\n force: If a previous conversion fails, :meth:... | 0 |
{'name': 'make_report@nanoplot/NanoPlot.py', 'description': "Creates a fat html report based on the previously created files\nplots is a list of Plot objects defined by a path and title\nstatsfile is the file to which the stats have been saved,\nwhich is parsed to a table (rather dodgy) or nicely if it's a pandas/tsv",... | 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': 'TestSanitizeTxData.test_no_combine_with_fee@tests/test_transaction.py', 'description': 'Verify that unused unspents do not increase fee.', 'signature': 'def test_no_combine_with_fee(self):'}</s>BITCOIN_SEGWIT_ADDRESS_PAY2SH = "bc1qc7slrfxkknqcq2jevvvkdgvrt8080852dfjewde450xdlk4ugp7szw5tk9" | 0 |
{'name': '_BuildVendorBootImage@tools/releasetools/common.py', 'description': "Build a vendor boot image from the specified sourcedir.\n\nTake a ramdisk, dtb, and vendor_cmdline from the input (in 'sourcedir'), and\nturn them into a vendor boot image.\n\nReturn the image data, or None if sourcedir does not appear to co... | 0 |
{'name': 'PacketFilter.kill_states@pf/filter.py', 'description': 'Clear states matching the specified arguments.\n\nStates can be specified by address family, layer-4 protocol, source and\ndestination addresses, interface name, label and routing domain. Return\nthe number of killed states.', 'signature': 'def kill_stat... | 0 |
{'name': 'networkd_netdevs@kayobe/plugins/filter/networkd.py', 'description': 'Return a dict representation of networkd NetDev configuration.\n\nThe format is compatible with the systemd_networkd_netdev variable in the\nstackhpc.linux.systemd_networkd role.\n\n:param context: a Jinja2 Context object.\n:param names: Lis... | 0 |
{'name': 'set_defaults@python-build-with-qt/sip-4.11.2/configure.py', 'description': 'Set up the defaults for values that can be set on the command line.\n ', 'signature': 'def set_defaults():'}</s>{'name': 'create_optparser@python-build-with-qt/sip-4.11.2/configure.py', 'description': 'Create the parser for the com... | 0 |
{'name': 'TableBase.print_linear_hist@src/python/bcc/table.py', 'description': 'print_linear_hist(val_type="value", section_header="Bucket ptr",\n section_print_fn=None, bucket_fn=None,\n strip_leading_zero=None, bucket_sort_fn=None)\n\nPrints a table as a linear histogram. This is i... | 0 |
{'name': 'IncInterfaceGenerator.do_table3_transformation@da/compiler/incgen.py', 'description': "Transformation defined in Table 3 of OOPSLA paper.\n\nThis transforms single quantifications over comparisons into min/max\naggregates. Returns None if table 3 can not be applied to 'node'.", 'signature': 'def do_table3_tra... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.