text
string
label
int64
{'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': 'download_setuptools@streaming/language_support/python/distribute_setup.py', 'description': "Download distribute from a specified location and return its filename\n\n`version` should be a valid distribute version number that is available\nas an egg for download under the `download_base` URL (which should end\n...
0
{'name': 'init@python/taichi/lang/misc.py', 'description': 'Initializes the Taichi runtime.\n\nThis should always be the entry point of your Taichi program. Most\nimportantly, it sets the backend used throughout the program.\n\nArgs:\n arch: Backend to use. This is usually :const:`~taichi.lang.cpu` or :const:`~taich...
0
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQCA_TOPIC_STRING = 2094
0
{'name': 'ref@flask_restx/swagger.py', 'description': 'Return a reference to model in definitions', 'signature': 'def ref(model):'}</s>{'name': 'MarshallingError@flask_restx/fields.py', 'description': 'This is an encapsulating Exception in case of marshalling error.', 'base_classes': ['RestError'], 'methods': [{'name':...
0
{'name': 'toggleManager@BlendNet/addon.py', 'description': "Running the manager instance if it's not already started or stopping it", 'signature': 'def toggleManager():'}</s>{'name': 'getProvidersSettings@BlendNet/providers/__init__.py', 'description': 'Get the available providers settings', 'code': "def getProvidersSe...
0
{'name': 'gg_dump_isp@proptools/turbopump.py', 'description': 'Get the specific impulse of a Gas Generator turbine exhaust dump.\n\nArguments:\n p_o: turbine inlet stagnation pressure [units: pascal].\n p_te: turbine exit pressure [units: pascal].\n p_ne: Dump nozzle exit pressure [units: pascal].\n T_o: tu...
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.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': 'PIVX_FakeStakeTest.get_prevouts@test/functional/fake_stake/base_test.py', 'description': 'get prevouts (map) for each utxo in a list\n:param utxo_list: <if zpos=False> (JSON list) utxos returned from listunspent used as input\n <if zpos=True> (JSON list) mints returned from listmintedzer...
1
{'name': 'Experiment.load_phases@experiments/common.py', 'description': 'Load specific phases from the results of a previously run experiment.\nIf previously loaded, these specific phases will be overwritten, unless\noverwrite is False.', 'signature': 'def load_phases(self, phase_indices, verbose=True, overwrite=True):...
0
{'name': 'complete@cartridge/shop/views.py', 'description': 'Redirected to once an order is complete - pass the order object\nfor tracking items via Google Anayltics, and displaying in\nthe template if required.', 'signature': 'def complete(request, template="shop/complete.html", extra_context=None):'}</s>{'name': 'inv...
0
{'name': 'Life360Scanner.__init__@custom_components/life360/device_tracker.py', 'description': 'Initialize Life360Scanner.', 'signature': 'def __init__(self, hass, config, see, interval, home_place_name, api):'}</s>SHOW_MOVING = "moving"
0
{'name': 'CheckStyle@scripts/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 ...
0
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQRC_STRUC_ID_ERROR = 6107
0
{'name': 'convert_sqlalchemy_relationship@graphene_sqlalchemy/converter.py', 'description': ':param sqlalchemy.RelationshipProperty relationship_prop:\n:param SQLAlchemyObjectType obj_type:\n:param function|None connection_field_factory:\n:param bool batching:\n:param str orm_field_name:\n:param dict field_kwargs:\n:rt...
0
{'name': 'Compilation._split_compiler@libscanbuild/compilation.py', 'description': 'A predicate to decide whether the command is a compiler call.\n\n:param command: the command to classify\n:param cc: user specified C compiler name\n:param cxx: user specified C++ compiler name\n:return: None if the...
1
{'name': 'convert_entries@code/html/generate_static_website.py', 'description': ':param entries:\n:param inspirations:\n:param developers:\n:return:', 'signature': 'def convert_entries(entries, inspirations, developers):'}</s>{'name': 'read_text@code/utils/utils.py', 'description': 'Reads a whole text file (UTF-8 encod...
0
{'name': 'glacier_masks@oggm/core/gis.py', 'description': 'Makes a gridded mask of the glacier outlines that can be used by OGGM.\n\nFor a more robust solution (not OGGM compatible) see simple_glacier_masks.\n\nParameters\n----------\ngdir : :py:class:`oggm.GlacierDirectory`\n where to write the data', 'signature': ...
0
{'name': '_AddMessageMethods@third_party/dawn/third_party/protobuf/python/google/protobuf/internal/python_message.py', 'description': 'Adds implementations of all Message methods to cls.', 'signature': 'def _AddMessageMethods(message_descriptor, cls):'}</s>{'name': 'Uint64ValueChecker@third_party/dawn/third_party/proto...
0
{'name': 'run_crud@scripts/benchmarks/pysdk.py', 'description': 'crud means create read update delete', 'signature': 'def run_crud(args: argparse.Namespace):'}</s>{'name': 'run_normal@scripts/benchmarks/pysdk.py', 'description': 'crud and search for specify dataset', 'code': 'def run_normal(args: argparse.Namespace):\n...
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_FIRST = 1001
0
{'name': '_makeTags@venv/Lib/site-packages/pkg_resources/_vendor/pyparsing.py', 'description': 'Internal helper to construct opening and closing tag expressions, given a tag name', 'signature': 'def _makeTags(tagStr, xml):'}</s>_singleChar = _escapedPunc | _escapedHexChar | _escapedOctChar | Word(printables, excludeCha...
0
{'name': 'check_scenarios@premise/new_database.py', 'description': 'Check that the scenarios are properly formatted and that\nall the necessary info is given.', 'signature': 'def check_scenarios(scenario: dict, key: bytes) -> dict:'}</s>DIR_CACHED_DB = USER_DATA_BASE_DIR / "cache"
0
{'name': 'indentedBlock@tests/_lib_vendors/pkg_resources/_vendor/pyparsing.py', 'description': 'Helper method for defining space-delimited indentation blocks, such as\nthose used to define block statements in Python source code.\n\nParameters:\n - blockStatementExpr - expression defining syntax of statement that\n ...
0
{'name': 'Serial._reconfigure_port@serial/serialwin32.py', 'description': 'Set communication parameters on opened port.', 'signature': 'def _reconfigure_port(self):'}</s>{'name': '_COMMTIMEOUTS@serial/win32.py', 'description': 'DOCSTRING', 'base_classes': ['Structure'], 'methods': []}
0
{'name': 'flatten_map@transit/writer.py', 'description': "Expand a dictionary's items into a flat list\n ", 'signature': 'def flatten_map(m):'}</s>is_escapable = re_fn("^" + re.escape(SUB) + "|" + ESC + "|" + RES)
0
{'name': 'left_hue@library/dot3k/backlight.py', 'description': 'Set the left backlight to supplied hue\n\n:param hue: hue value between 0.0 and 1.0', 'signature': 'def left_hue(hue):'}</s>w_channel_gamma = [int(value / 24) for value in sn3218.default_gamma_table]
0
{'name': 'Win32Serial.open@stino/pyarduino/base/pyserial/serialwin32.py', 'description': 'Open port with current settings. This may throw a SerialException\nif the port cannot be opened.', 'signature': 'def open(self):'}</s>DTR_CONTROL_HANDSHAKE = 2
0
{'name': 'CrashDuringStepTestCase.test_step_inst_with@llvm-12.0.0-project/lldb/test/API/functionalities/thread/crash_during_step/TestCrashDuringStep.py', 'description': 'Test thread creation during step-inst handling.', 'signature': 'def test_step_inst_with(self):'}</s>{'name': 'run_break_set_by_source_regexp@llvm-12.0...
0
{'name': 'update_amount_screen@displays/papiruszero2in.py', 'description': 'Update the amount screen to reflect new coins inserted\n ', 'signature': 'def update_amount_screen():'}</s>startup_screen_3 = "- Inserisci una moneta -"
0
{'name': 'SQL@grizli/aws/db.py', 'description': "Send a query to a database through `pandas.read_sql_query`\n\nParameters\n----------\nquery_text : str\n Query text, e.g., 'SELECT count(*) FROM table;'.\n\nengine : `sqlalchemy.engine.Engine`\n DB connection engine initialized with `~grizli.aws.db.get_db_engine`. ...
0
{'name': 'Mommy.create@model_mommy/mommy.py', 'description': 'Factory which creates the mommy class defined by the MOMMY_CUSTOM_CLASS setting', 'signature': 'def create(cls, _model, make_m2m=False, create_files=False):'}</s>{'name': 'gen_ip@model_mommy/random_gen.py', 'description': 'DOCSTRING', 'code': "def gen_ip(pro...
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': 'Installer.installMod@src/core/installer.py', 'description': 'Installs mod from given path. If given mod is an archive first extracts it', 'signature': 'def installMod(self, modPath: str) -> Tuple[bool, int, int]:'}</s>{'name': 'normalizePath@src/util/util.py', 'description': 'DOCSTRING', 'code': "def normaliz...
0
{'name': 'run@3rdparty/mongo-c-driver-1.26.2/build/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:...
0
{'name': 'on_load_data@src/server/server.py', 'description': 'Allow pages to load needed data', 'signature': 'def on_load_data(data):'}</s>{'name': 'on_check_secondary_query@src/server/server.py', 'description': 'Check-query received from primary; return response. ', 'code': "def on_check_secondary_query(_data):\n '...
0
{'name': 'PreviewBuilder.has_html_preview@preview_generator/preview/generic_preview.py', 'description': 'Override and return True if your builder allow html preview', 'signature': 'def has_html_preview(self) -> bool:'}</s>{'name': 'ImagePreviewBuilder@preview_generator/preview/generic_preview.py', 'description': 'Gener...
0
{'name': 'setup@volkswagencarnet/__init__.py', 'description': 'Setup Volkswagen Carnet component', 'signature': 'def setup(hass, config):'}</s>DOMAIN = "volkswagencarnet"
1
{'name': 'test_put_get_delete_replication@ut/test.py', 'description': '设置、获取、删除跨园区复制配置', 'signature': 'def test_put_get_delete_replication():'}</s>ai_recognition_client = AIRecognitionClient(conf, retry=3)
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...
1
{'name': 'ProcessLine@tools/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 file,\n wi...
0
{'name': 'read_frames@Monika After Story/game/python-packages/mutagen/id3/_tags.py', 'description': 'Does not error out', 'signature': 'def read_frames(id3, data, frames):'}</s>{'name': 'TIME@Monika After Story/game/python-packages/mutagen/id3/_frames.py', 'description': 'Time of recording (HHMM)', 'base_classes': ['Te...
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>MQGMO_NONE = 0
0
{'name': 'LessParser.__init__@lesscpy/lessc/parser.py', 'description': 'Parser object\n\nKwargs:\n lex_optimize (bool): Optimize lexer\n yacc_optimize (bool): Optimize parser\n tabfile (str): Yacc tab filename\n yacc_debug (bool): yacc debug mode\n scope (Scope): Inherited scope\n outputdir (str): Out...
0
{'name': 'touch@tests/test_sync.py', 'description': 'Utility function for updating a file time stamp.\n\nSource:\n https://stackoverflow.com/questions/1158076/implement-touch-using-python', 'signature': 'def touch(fname, mode=0o666, dir_fd=None, **kwargs):'}</s>__all__ = [ "FileSync", "DocSync", "sync_jo...
0
{'name': 'generate_report_summary@app/util/analytics/analytics_utils.py', 'description': 'Generates and writes to the file (results_summary.log) all necessary metrics of the run (duration/concurrency etc.).\n\n:param collector: Collecting all the data from the run.\n:return: None.', 'signature': 'def generate_report_su...
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': 'wait_on_db_update@grizli/aws/db.py', 'description': 'Wait for db to stop updating on root', 'signature': 'def wait_on_db_update(root, t0=60, dt=30, n_iter=60, engine=None):'}</s>{'name': 'make_v2_tables@grizli/aws/db.py', 'description': 'DOCSTRING', 'code': 'def make_v2_tables():\n \n from grizli.aws im...
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': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQIACF_SECURITY_SETTING = 1155
0
{'name': 'SpoolmanagerPlugin.api_getExtrusionAmount@octoprint_SpoolManager/__init__.py', 'description': 'Returns the current extruded filament for each tool\n:param string path:\n:return: array of ....', 'signature': 'def api_getExtrusionAmount(self):'}</s>{'name': 'formatTimeDelta@octoprint_SpoolManager/common/StringU...
0
{'name': 'connect@trino/dbapi.py', 'description': 'Constructor for creating a connection to the database.\n\nSee class :py:class:`Connection` for arguments.\n\n:returns: a :py:class:`Connection` object.', 'signature': 'def connect(*args, **kwargs):'}</s>HTTP = "http"
0
{'name': 'BL3Save.set_max_sdus@bl3save/bl3save.py', 'description': 'Sets the specified SDUs (or all SDUs that we know about) to be at the max level', 'signature': 'def set_max_sdus(self, sdulist=None):'}</s>mayhem_invdata_types = set([ '/Game/Gear/Weapons/AssaultRifles/Atlas/_Shared/_Design/WT_AR_ATL.WT_AR_ATL', ...
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': 'asdict@rpcq/external/dataclasses.py', 'description': "Return the fields of a dataclass instance as a new dictionary mapping\nfield names to field values.\n\nExample usage:\n\n @dataclass\n class C:\n x: int\n y: int\n\n c = C(1, 2)\n assert asdict(c) == {'x': 1, 'y': 2}\n\nIf given, 'dict_factor...
0
{'name': 'StandardizeMol.__init__@scopy/ScoPretreat/pretreat.py', 'description': 'Initialize a Standardizer with optional custom parameters.\n\n:param normalizations: A list of Normalizations to apply (default: :data:`~molvs.normalize.NORMALIZATIONS`).\n:param acid_base_pairs: A list of AcidBasePairs for competitive re...
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.backout@code/pymqi/__init__.py', 'description': 'Backout any outstanding gets/puts in the current unit of work.\n ', 'signature': 'def backout(self):'}</s>MQCACF_REG_STREAM_NAME = 3041
0
{'name': 'get_document_metadata@6_AI-ML/2_gemini_LLM/notebooks/gemini-course/utils/intro_multimodal_rag_utils.py', 'description': 'This function takes a PDF path, an image save directory, an image description prompt, an embedding size, and a text embedding text limit as input.\n\nArgs:\n pdf_path: The path to the PD...
0
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQS_STATUS_DATAFAIL = 8
0
{'name': 'PFAddr._to_string@pf/rule.py', 'description': 'Return the string representation of the address.', 'signature': 'def _to_string(self):'}</s>PFTM_UNLINKED = 22
0
{'name': '_GetTextInside@scripts/cpplint.py', 'description': "Retrieves all the text between matching open and close parentheses.\n\nGiven a string of lines and a regular expression string, retrieve all the text\nfollowing the expression and between opening punctuation symbols like\n(, [, or {, and the matching close-p...
0
{'name': 'bbox_iou@utils.py', 'description': 'Returns the IoU of two bounding boxes', 'signature': 'def bbox_iou(box1, box2, x1y1x2y2=True, get_areas = False):'}</s>{'name': 'nms_with_depth@utils.py', 'description': 'DOCSTRING', 'code': 'def nms_with_depth(bboxes, confidence, iou_threshold, depth_layer, depth_threshold...
0
{'name': 'umeyama_alignment@src/utils.py', 'description': 'Computes the least squares solution parameters of an Sim(m) matrix that minimizes the distance between a set of\nregistered points.\n\nUmeyama, Shinji: Least-squares estimation of transformation parameters\n between two point patterns. IEEE PAMI...
0
{'name': 'send_email@sc_scripts_demo/bin/check_jobs.py', 'description': 'Send an email using AWS Simple Email Service\n ', 'signature': 'def send_email(recipients, subject, body, mail_from=DEFAULT_MAIL_FROM):'}</s>{'name': 'is_job_newer_than@sc_scripts_demo/bin/check_jobs.py', 'description': 'DOCSTRING', 'code': "de...
0
{'name': 'SensorHandler.process_group_event@custom_components/alarmo/sensors.py', 'description': 'check if sensor entity is member of a group and compare with previous events to evaluate trigger', 'signature': 'def process_group_event(self, entity: str, state: str) -> dict:'}</s>ATTR_IS_OVERRIDE_CODE = "is_override_cod...
0
{'name': '_htmlentity_transform@script.module.youtube.dl/lib/youtube_dl/utils.py', 'description': 'Transforms an HTML entity to a character.', 'signature': 'def _htmlentity_transform(entity_with_semicolon):'}</s>{'name': 'get_exe_version@script.module.youtube.dl/lib/youtube_dl/utils.py', 'description': 'Returns the ver...
0
{'name': 'Lexer.tokeniter@third_party/dawn/third_party/jinja2/lexer.py', 'description': 'This method tokenizes the text and returns the tokens in a\ngenerator. Use this method if you just want to tokenize a template.\n\n.. versionchanged:: 3.0\n Only ``\\n``, ``\\r\\n`` and ``\\r`` are treated as line\n breaks.',...
0
{'name': 'render_pep440@nfp/_version.py', 'description': 'Build up version string, with post-release "local version identifier".\n\nOur goal: TAG[+DISTANCE.gHEX[.dirty]] . Note that if you\nget a tagged build and then dirty it, you\'ll get TAG+0.gHEX.dirty\n\nExceptions:\n1: no tags. git_describe was just HEX. 0+untagg...
0
{'name': 'BaseCompiler.get_full_output_path@src/static_precompiler/compilers/base.py', 'description': 'Get full path to compiled file based for the given source file.\n The returned path is OS-dependent.\n\n:param source_path: relative path to a source file\n:returns: full path to the compiled file (OS-dependent)', ...
1
{'name': '_AddMessageMethods@python/google/protobuf/internal/python_message.py', 'description': 'Adds implementations of all Message methods to cls.', 'signature': 'def _AddMessageMethods(message_descriptor, cls):'}</s>{'name': 'DoubleValueChecker@python/google/protobuf/internal/type_checkers.py', 'description': 'Check...
0
{'name': '_FloatingPointEncoder@third_party/dawn/third_party/protobuf/python/google/protobuf/internal/encoder.py', 'description': "Return a constructor for an encoder for float fields.\n\nThis is like StructPackEncoder, but catches errors that may be due to\npassing non-finite floating-point values to struct.pack, and ...
0
{'name': 'Data.get_scores@verif/data.py', 'description': "Retrieves scores from all files\n\nClimatology is handled by subtracting clim's fcst field from any\nobs or determinsitic fields.\n\nArguments:\nfields Which verif.field should be retreived? Either a list or a\n single field can be supplied...
0
{'name': 'multiple_format_hash_file@ascmhl/hasher.py', 'description': "computes and returns a new hash strings for a file\n\narguments:\nfile_path -- string value, path of file to generate hash for.\nhash_formats -- string values, each entry is one of the supported hash formats, e.g. 'md5', 'xxh64'", 'signature': 'def ...
0
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQZAS_VERSION_3 = 3
0
{'name': 'TPUEstimator._call_model_fn_for_inference@baselines/models/xlnet/tpu_estimator.py', 'description': 'Wraps `_call_model_fn` for `export_savedmodel`.', 'signature': 'def _call_model_fn_for_inference(self, features, labels, mode, config):'}</s>{'name': '_OpQueueContext@baselines/models/xlnet/tpu_estimator.py', '...
0
{'name': 'PPOBuffer.finish_path@ppo-pick-jobs.py', 'description': 'Call this at the end of a trajectory, or when one gets cut off\nby an epoch ending. This looks back in the buffer to where the\ntrajectory started, and uses rewards and value estimates from\nthe whole trajectory to compute advantage estimates with GAE-L...
0
{'name': 'im_detect_3d@lib/rpn_util.py', 'description': 'Object detection in 3D', 'signature': 'def im_detect_3d(im, net, rpn_conf, preprocess, p2, gpu=0, synced=False, return_base=False):'}</s>{'name': 'determine_ignores@lib/rpn_util.py', 'description': 'Given various configuration settings, determine which ground tru...
0
{'name': 'union@polytope/polytope.py', 'description': 'Compute the union of polytopes or regions\n\n@type polyreg1: L{Polytope} or L{Region}\n@type polyreg2: L{Polytope} or L{Region}\n@param check_convex: if True, look for convex unions and simplify\n\n@return: region of non-overlapping polytopes describing the union',...
0
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQXF_PUT = 9
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>MQIA_MEDIA_IMAGE_LOG_LENGTH = 270
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>{'name': 'left_shift@venv/Lib/site-packages/numpy/ma/core.py', 'description': 'Shift the bits of an integer to the ...
0
{'name': 'QueueManager.connect_tcp_client@code/pymqi/__init__.py', 'description': "Connect immediately to the remote Queue Manager 'name', using\na TCP Client connection, with channnel 'channel' and the\nTCP connection string 'conn_name'. All other connection\noptons come from 'cd'.", 'signature': 'def connect_tcp_clie...
0
{'name': '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': 'create_train_input_fn@object_detection/inputs.py', 'description': 'Creates a train `input` function for `Estimator`.\n\nArgs:\n train_config: A train_pb2.TrainConfig.\n train_input_config: An input_reader_pb2.InputReader.\n model_config: A model_pb2.DetectionModel.\n\nReturns:\n `input_fn` for `Estimator`...
0
{'name': 'test_bypass_minify_static_file@tests/integration.py', 'description': 'test bypassing css file minifying', 'signature': 'def test_bypass_minify_static_file(client):'}</s>{'name': 'add_url_rule@tests/integration.py', 'description': 'DOCSTRING', 'code': 'def add_url_rule(route, handler):\n added_routes = add_...
1
{'name': 'TileCreator.initDataAugmentation@tensorflow/tools/tilecreator.py', 'description': 'set up data augmentation\nrot: 1: 90 degree rotations; 2: full rotation; else: nop rotation\nScale: if both 1 disable scaling', 'signature': 'def initDataAugmentation(self, rot=2, minScale=0.85, maxScale=1.15 ,flip=True):'}</s>...
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': 'FloatHalf@src/api/python/z3/z3.py', 'description': 'Floating-point 16-bit (half) sort.', 'code': 'def FloatHalf(ctx=None):\n """Floating-point 16-bit (half)...
0
{'name': 'test_random_valid_mutation_with_all@tests/unit/test_ea_mutation.py', 'description': 'Test if a valid mutation is applied at random.\n\nI am honestly not sure of the best way to test this.\nBecause of the random nature, we repeat this enough times to ensure\neach mutation is tried with probability >0.99999.', ...
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_ESCAPE_TYPE = 1017
0
{'name': 'wrap_installers@jupyter_packaging/setupbase.py', 'description': 'Make a setuptools cmdclass that calls a prebuild function before installing.\n\nParameters\n----------\npre_develop: function\n The function to call prior to the develop command.\npre_dist: function\n The function to call prior to the sdis...
0
{'name': 'test_binaries@kb_python/main.py', 'description': 'Test whether kallisto and bustools binaries are executable.\n\nInternally, this function calls :func:`utils.get_kallisto_version` and\n:func:`utils.get_bustools_version`, both of which return `None` if there is\nsomething wrong with their respective binaries.\...
0
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQPBC_CURRENT_LENGTH = MQPBC_LENGTH_2
0
{'name': 'VersatileImageFieldTestCase.test_create_on_demand_boolean@tests/tests.py', 'description': 'Ensure create_on_demand boolean is set appropriately.', 'signature': 'def test_create_on_demand_boolean(self):'}</s>{'name': 'MaybeVersatileImageModel@tests/models.py', 'description': 'DOCSTRING', 'base_classes': ['mode...
0
{'name': 'Arcball.drag@utils/transformations.py', 'description': 'Update current cursor window coordinates.', 'signature': 'def drag(self, point):'}</s>{'name': 'projection_matrix@utils/transformations.py', 'description': 'Return matrix to project onto plane defined by point and normal.\n\nUsing either perspective poin...
0
{'name': 'Metafunc.parametrize@tests/_lib_vendors/_pytest/python.py', 'description': "Add new invocations to the underlying test function using the list\nof argvalues for the given argnames. Parametrization is performed\nduring the collection phase. If you need to setup expensive resources\nsee about setting indirect...
0
{'name': 'Function.get_parameters@sqlparse/sql.py', 'description': 'Return a list of parameters.', 'signature': 'def get_parameters(self):'}</s>Other = Token.Other
0
{'name': 'PacketFilter.get_queues@pf/filter.py', 'description': 'Retrieve the currently loaded queues.\n\nReturn a tuple of PFQueue objects.', 'signature': 'def get_queues(self):'}</s>__all__ = ['timeval', 'pfioc_limit', 'pfioc_tm', 'pf_status', 'pf_addr_wrap', 'pf...
0
{'name': 'dictOf@tests/_lib_vendors/pkg_resources/_vendor/pyparsing.py', 'description': 'Helper to easily and clearly define a dictionary by specifying the respective patterns\nfor the key and value. Takes care of defining the C{L{Dict}}, C{L{ZeroOrMore}}, and C{L{Group}} tokens\nin the proper order. The key pattern ...
0