text
string
label
int64
{'name': 'ScrollingTest.testScrolly@reversibility/pycolab/pycolab/tests/scrolling_test.py', 'description': 'Verify correct interoperation of `Scrolly` and `MazeWalker`.', 'signature': 'def testScrolly(self):'}</s>{'name': 'ScrollingTest@reversibility/pycolab/pycolab/tests/scrolling_test.py', 'description': 'DOCSTRING',...
1
{'name': 'pretty_print_heap_lookup@libheap/frontend/frontend_gdb_pretty_printers.py', 'description': 'Look-up and return a pretty printer that can print val.', 'signature': 'def pretty_print_heap_lookup(val):'}</s>{'name': 'malloc_chunk_printer@libheap/frontend/frontend_gdb_pretty_printers.py', 'description': 'pretty p...
1
{'name': '_CppLintState.PrintErrorCounts@tools/cpplint.py', 'description': 'Print a summary of errors by category, and the total.', 'signature': 'def PrintErrorCounts(self):'}</s>{'name': 'ProcessLine@tools/cpplint.py', 'description': 'Processes a single line in the file.\n\nArgs:\n filename: Filename of the file that...
0
{'name': 'test_marker_hashable@voluptuous/tests/tests.py', 'description': 'Verify that you can get schema keys, even if markers were used', 'signature': 'def test_marker_hashable():'}</s>{'name': 'test_email_validation_with_bad_data@voluptuous/tests/tests.py', 'description': 'Test with bad data in email address', 'code...
0
{'name': 'predict@gitrisky/cli.py', 'description': 'Score a git commit bug risk model.\n\nParameters\n----------\ncommit: str\n The hash of the commit to score.\n\nRaises\n------\nNotFittedError\n If a gitrisky model has not yet been trained on the currrent repo.', 'signature': 'def predict(commit):'}</s>{'name':...
0
{'name': 'CCSparkJob.init_accumulators@sparkcc.py', 'description': 'Register and initialize counters (aka. accumulators).\nDerived classes may use this method to add their own\naccumulators but must call super().init_accumulators(session)\nto also initialize counters from base classes.', 'signature': 'def init_accumula...
1
{'name': 'get_local_part@src/future/backports/email/_header_value_parser.py', 'description': 'local-part = dot-atom / quoted-string / obs-local-part\n\n ', 'signature': 'def get_local_part(value):'}</s>{'name': 'get_value@src/future/backports/email/_header_value_parser.py', 'description': 'quoted-string / attribute\...
0
{'name': 'filtertime@api/project/__init__.py', 'description': 'Applies a time filter (inclusive; extracted from request arguments) to an OpenSearch query and\nreturns the range as a tuple of integers representing the milliseconds since EPOCH. If\neither end of the range is unspecified, the start and end times default t...
0
{'name': 'opcode_map_c@Ghidra/Processors/RISCV/scripts/binutil.py', 'description': 'CR |funct4 | cr0711 | cr0206 | op |\nCI |funct3 | cop1212 | cr0711 | cop0206 | op |\nCSS |funct3 | cop0712 | cr0206 | op |\nCIW |funct3 | cop0512 | cr0204s | op |\nCL |funct3 | cop1012 | cs0709s | cop0506 | cr0204s | op |\nCS ...
0
{'name': 'Workflow._filter_item@src/workflow/workflow.py', 'description': 'Filter ``value`` against ``query`` using rules ``match_on``.\n\n:returns: ``(score, rule)``', 'signature': 'def _filter_item(self, value, query, match_on, fold_diacritics):'}</s>MATCH_CAPITALS = 2
1
{'name': 'FrameUtilsTestCase.test_frame_utils@tools/lldb/packages/Python/lldbsuite/test/python_api/lldbutil/frame/TestFrameUtils.py', 'description': 'Test utility functions for the frame object.', 'signature': 'def test_frame_utils(self):'}</s>{'name': 'get_crashed_threads@tools/lldb/packages/Python/lldbsuite/test/lldb...
0
{'name': 'edit_roster@rosters/views.py', 'description': 'Edit Roster View.', 'signature': 'def edit_roster(request):'}</s>{'name': 'LeaveUpdateForm@rosters/forms.py', 'description': 'Leave Update Form.', 'base_classes': ['ModelForm'], 'methods': []}
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': 'SerializationTests.test_object@src/service_api/python/jsonrpclib/tests/test_jsonclass.py', 'description': 'Tests dump & load of a custom type', 'signature': 'def test_object(self):'}</s>{'name': 'Bean@src/service_api/python/jsonrpclib/tests/test_jsonclass.py', 'description': 'Sample bean', 'base_classes': ['o...
1
{'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': 'packetlog_get_process_info@llvm-12.0.0-p...
0
{'name': '_makeTags@blockchain-env/lib/python3.7/site-packages/pyparsing.py', 'description': 'Internal helper to construct opening and closing tag expressions, given a tag name', 'signature': 'def _makeTags(tagStr, xml,'}</s>{'name': '_flatten@blockchain-env/lib/python3.7/site-packages/pyparsing.py', 'description': 'DO...
0
{'name': 'ReplaceByFeeTest.test_doublespend_chain@qa/rpc-tests/replace-by-fee.py', 'description': 'Doublespend of a long chain', 'signature': 'def test_doublespend_chain(self):'}</s>OP_AND = CScriptOp(0x84)
0
{'name': 'pointer_image@datoviz/__init__.py', 'description': 'Return a NumPy array of uint8 with shape (height, width, n_channels=3) from an ndpointer\nreferring to a C pointer to a buffer of RGB uint8 values.', 'signature': 'def pointer_image(rgb, width, height, n_channels=3):'}</s>KEY_INSERT = 260
0
{'name': 'test_server_interrupt@cheroot/test/test_server.py', 'description': 'Check that assigning interrupt stops the server.', 'signature': 'def test_server_interrupt(exc_cls):'}</s>{'name': 'test_bind_addr_unix_abstract@cheroot/test/test_server.py', 'description': 'Check that bound UNIX abstract socket address is st...
0
{'name': 'processPEreads@amptk/process_illumina_folder.py', 'description': 'function for multiprocessing of the data, so take file list as input, need global forward/reverse list available', 'signature': 'def processPEreads(input, args=False):'}</s>{'name': 'mod_versions@amptk/amptklib.py', 'description': 'DOCSTRING', ...
0
{'name': 'DistillDojo.train_for_epoch@03_pruning/helpers/train_dojo.py', 'description': 'Perform one epoch of training with train data loader ', 'signature': 'def train_for_epoch(self, epoch_id=0):'}</s>{'name': 'DistillDojo@03_pruning/helpers/train_dojo.py', 'description': 'Monkey Patch TrainDojo Class for Knowledge D...
1
{'name': '_tokenize_large_file_content@onlinejudge_command/pretty_printers.py', 'description': '`_tokenize_large_file_content` constructs the intermediate representations. They have no color infomation.\n ', 'signature': 'def _tokenize_large_file_content(*, content: bytes, limit: int, head: int, tail: int, char_in_l...
0
{'name': 'ParseNolintSuppressions@ament_cpplint/ament_cpplint/cpplint.py', 'description': 'Updates the global list of line error-suppressions.\n\nParses any NOLINT comments on the current line, updating the global\nerror_suppressions store. Reports an error if the NOLINT comment\nwas malformed.\n\nArgs:\n filename: s...
1
{'name': 'Device.close@src/LabJackPython.py', 'description': 'close()\n\nCloses the device.\n\nOn Windows, this method only sets the device handle to None but does\nnot close the device. Instead use the Close function from the\nLabJackPython module which closes all devices in the program, and is\nthe only device close ...
0
{'name': 'show_settings@versions/speed-cam_8.87.py', 'description': 'Initialize and Display program variable settings from config.py', 'signature': 'def show_settings():'}</s>IM_HFLIP = False
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': 'find_near_matches_substitutions_lp@src/fuzzysearch/substitutions_only.py', 'description': 'search for near-matches of subsequence in sequence\n\nThis searches for near-matches, where the nearly-matching parts of the\nsequence must meet the following limitations (relative to the subsequence):\n\n* the number o...
1
{'name': 'build_ssd@SSD_pytorch/models/ssd.py', 'description': '新建SSD模型', 'signature': 'def build_ssd(phase, size=300, num_classes=21):'}</s>extras = { # '300': [256, 'S', 512, 128, 'S', 256, 128, 256, 128, 256], '512': [], }
1
{'name': 'QuantifierRef.sort@src/api/python/z3/z3.py', 'description': 'Return the Boolean sort or sort of Lambda.', 'signature': 'def sort(self):'}</s>{'name': 'Optimize@src/api/python/z3/z3.py', 'description': 'Optimize API provides methods for solving using objective functions and weighted soft constraints', 'base_cl...
0
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQFB_DATA_LENGTH_TOO_BIG = 293
0
{'name': 'get_domain_literal@src/future/backports/email/_header_value_parser.py', 'description': 'domain-literal = [CFWS] "[" *([FWS] dtext) [FWS] "]" [CFWS]\n\n ', 'signature': 'def get_domain_literal(value):'}</s>{'name': 'BoundaryError@src/future/backports/email/errors.py', 'description': "Couldn't find terminati...
0
{'name': 'get_tags@thread.py', 'description': 'Returns a list of Tag objects from the given tag list.', 'signature': 'def get_tags(args: dict) -> List[Tag]:'}</s>{'name': 'invalidate_board_cache@thread.py', 'description': 'Invalidates the cache for the given board in addition to the firehose.', 'code': 'def invalidate_...
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': '_Printer._FieldToJsonObject@third_party/dawn/third_party/protobuf/python/google/protobuf/json_format.py', 'description': 'Converts field value according to Proto3 JSON Specification.', 'signature': 'def _FieldToJsonObject(self, field, value):'}</s>{'name': '_OptionsOrNone@third_party/dawn/third_party/protobuf...
0
{'name': 'OrderFileTestCase.test@llvm-project/lldb/test/API/macosx/order/TestOrderFile.py', 'description': 'Test debug symbols follow the correct order by the order file.', 'signature': 'def test(self):'}</s>{'name': 'expectedFailureNetBSD@llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py', 'description': ...
0
{'name': 'my_style_from_pygments_dict@python/ipython_config.py', 'description': 'Monkey patch prompt toolkit style function to fix completion colors.', 'signature': 'def my_style_from_pygments_dict(pygments_dict):'}</s>black = "#24272e"
0
{'name': 'AGraph.clear@pygraphviz/agraph.py', 'description': 'Remove all nodes, edges, and attributes from the graph.', 'signature': 'def clear(self):'}</s>AGEDGE = _graphviz.AGEDGE
0
{'name': 'choices_to_list@rivalcfg/handlers/choice.py', 'description': 'Helper function that transforms choices dict to an ordered string list.\nNumeric values are sorted and placed after string values.\n\n:param dict choices: The dict containing available choices.\n:rtype: list[str]\n\n>>> choices_to_list({0: 0, 1: 1,...
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': 'check_dem_sou...
0
{'name': 'Serial.open@serial/rfc2217.py', 'description': 'Open port with current settings. This may throw a SerialException\nif the port cannot be opened.', 'signature': 'def open(self):'}</s>LINESTATE_MASK_PARTIY_ERROR = 4
0
{'name': 'RequirementCommand._build_package_finder@venv/Lib/site-packages/pip-19.0.3-py3.8.egg/pip/_internal/cli/base_command.py', 'description': 'Create a package finder appropriate to this requirement command.', 'signature': 'def _build_package_finder('}</s>no_use_pep517 = partial( Option, '--no-use-pep517', ...
0
{'name': 'TauronAmiplusConfigFlowSensor.__init__@custom_components/tauron_amiplus/sensor.py', 'description': 'Initialize the sensor.', 'signature': 'def __init__(self, coordinator: TauronAmiplusUpdateCoordinator, name: str, meter_id: str, sensor_type: str,'}</s>DEFAULT_NAME = "Tauron AMIplus"
0
{'name': 'create_svg@examples/ltattrie/tenticles.py', 'description': 'Create many circles in a curling tentril fashion.', 'signature': 'def create_svg(name):'}</s>{'name': 'gen_colour@examples/ltattrie/tenticles.py', 'description': 'gen_colour generates a list of colours from start to end. Colours are linearly interpre...
1
{'name': 'VoronoiEdge.intersect@PythonCode/adk/fortune.py', 'description': 'Return point of intersection between two (half-)edges.', 'signature': 'def intersect(self, other):'}</s>Y = 1
0
{'name': 'TCam.shutdown@ESP32/python/tcam.py', 'description': "shutdown()\n\nUse this to not only disconnect the socket, but also shut down the manager thread. If you are using\nthis object in an ipython session, you may find that the session won't exit until you ctrl+c. This is\nbecause the manager thread is still a...
1
{'name': 'Client.__init__@python-sdk/pachyderm_sdk/client.py', 'description': "Creates a Pachyderm client.\n\nParameters\n----------\nhost : str, optional\n The pachd host. Default is 'localhost', which is used with\n ``pachctl port-forward``.\nport : int, optional\n The port to connect to. Default is 30650.\n...
1
{'name': 'check_multiple_rvt_shift_opts@src/python_scripts/afnipy/lib_physio_opts.py', 'description': "Can only use at most one '-rvt_shift*' opt. Simplest to check for\nthat at one time.\n\nParameters\n----------\nargs_dict : dict\n The dictionary of arguments and option values.\n\nReturns\n-------\nis_bad : int\n...
0
{'name': 'FloatValueChecker.CheckValue@python/google/protobuf/internal/type_checkers.py', 'description': 'Check and convert proposed_value to float.', 'signature': 'def CheckValue(self, proposed_value):'}</s>{'name': '_FloatingPointEncoder@python/google/protobuf/internal/encoder.py', 'description': "Return a constructo...
0
{'name': 'BareValidator._error@cerberus/validator.py', 'description': "Creates and adds one or multiple errors.\n\n:param args: Accepts different argument's signatures.\n\n *1. Bulk addition of errors:*\n\n - :term:`iterable` of\n :class:`~cerberus.errors.ValidationError`-instances...
0
{'name': 'BaseImage.export_pixels@wand/image.py', 'description': 'Export pixel data from a raster image to\na list of values.\n\nThe ``channel_map`` tells ImageMagick which color\nchannels to export, and what order they should be\nwritten as -- per pixel. Valid entries for\n``channel_map`` are:\n\n- ``\'R\'`` - Red cha...
1
{'name': 'test_single_build_pkg_dir@test/test_utils.py', 'description': 'Builds the "one" recipe with pkg_dir.', 'signature': 'def test_single_build_pkg_dir(recipes_fixture):'}</s>{'name': 'pruneStoppedContainers@bioconda_utils/docker_utils.py', 'description': 'DOCSTRING', 'code': "def pruneStoppedContainers():\n cm...
0
{'name': 'Bottle._cast@TDScanner/sqlmap/thirdparty/bottle/bottle.py', 'description': 'Try to convert the parameter into something WSGI compatible and set\ncorrect HTTP headers when possible.\nSupport: False, str, unicode, dict, HTTPResponse, HTTPError, file-like,\niterable of strings and iterable of unicodes', 'signatu...
0
{'name': 'loadPlugins@packstack/installer/run_setup.py', 'description': 'Load All plugins from ./plugins', 'signature': 'def loadPlugins():'}</s>INFO_REMOVE_REMOTE_VAR = "Removing %s on %s (if it is a remote host)"
0
{'name': 'determine_version_to_include_in_release@extra/release_tool.py', 'description': 'Returns True if the user decided on the component, False if the user\nskips the decision for later', 'signature': 'def determine_version_to_include_in_release(state, repo):'}</s>{'name': 'build_param@extra/release_tool.py', 'descr...
0
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQBND_BIND_NOT_FIXED = 1
0
{'name': 'AvatarAdorner._embed_face@fame/avatar.py', 'description': "Embeds referenced face image into the SVG.\n\nBrowsers don't display referenced images in <img>.", 'signature': 'def _embed_face(self):'}</s>SVG_LEGEND = " <svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/x...
0
{'name': 'set_key_value@tools/ble_sniffer/extcap/nrf_sniffer_ble.py', 'description': 'Send key value to device', 'signature': 'def set_key_value(sniffer, payload):'}</s>{'name': 'set_advhop@tools/ble_sniffer/extcap/nrf_sniffer_ble.py', 'description': 'Set advertising channel hop sequence', 'code': 'def set_advhop(sniff...
0
{'name': 'IKinBody@7_Demo_youBotPickAndPlace/code/modern_robotics/core.py', 'description': 'Computes inverse kinematics in the body frame for an open chain robot\n\n:param Blist: The joint screw axes in the end-effector frame when the\n manipulator is at the home position, in the format of a\n ...
0
{'name': 'getMapOfVehicles@map_computor.py', 'description': 'get the vehicle positions as NIPS paper\n:param area_length:\n:return: numpy narray', 'signature': 'def getMapOfVehicles(area_length=600):'}</s>direction_list = ["NWG", "WSG", "SEG", "ENG", "NSG", "SNG", "EWG", "WEG", "NEG", "WNG", "SWG", "ESG"]
0
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQXUA_NONE = b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'
0
{'name': 'StyleGAN2Discriminator.__init__@models/stylegan2_discriminator.py', 'description': 'Initializes with basic settings.\n\nRaises:\n ValueError: If the `resolution` is not supported, or `architecture`\n is not supported.', 'signature': 'def __init__(self,'}</s>activation_funcs = { 'linear': EasyD...
0
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQCNO_RECONNECT_Q_MGR = 67108864
0
{'name': 'local_ip4_addr_list@python/dglke/dist_train.py', 'description': 'Return a set of IPv4 address\n ', 'signature': 'def local_ip4_addr_list():'}</s>{'name': 'ssh_cmd@python/dglke/dist_train.py', 'description': 'construct an ssh command\n ', 'code': 'def ssh_cmd(cmd_str, ip, ssh_key=None):\n """construct...
0
{'name': 'do_enable_pretty_printer@processors/ARM/gdb-8.3.1/gdb/python/lib/gdb/command/pretty_printers.py', 'description': 'Internal worker for enabling/disabling pretty-printers.', 'signature': 'def do_enable_pretty_printer (arg, flag):'}</s>{'name': 'parse_printer_regexps@processors/ARM/gdb-8.3.1/gdb/python/lib/gdb/c...
1
{'name': 'U12.eDigitalOut@src/u12.py', 'description': "Name: U12.eDigitalOut(channel, state, idNum = None, demo = 0, writeD = 0)\nArgs: See section 4.5 of the User's Guide\nDesc: This is a simplified version of DigitalIO that sets/clears the\n state of one digital output. Also configures the requested pin to\n ...
0
{'name': 'basicConfig@cli/rpc2socks/utils/vendor/loggex.py', 'description': 'A `logging.basicConfig` wrapper with default values that fit better to the\npurpose of this module.\n\nCall ``stdBasicConfig`` for the standard unwrapped `logging.basicConfig`.', 'signature': 'def basicConfig(**kwargs):'}</s>DEBUG = _mod_loggi...
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': 'conv_building_block@python/resnet/resnet32_model.py', 'description': 'A block that has a conv layer at shortcut.\n\nArguments:\n input_tensor: input tensor\n kernel_size: default 3, the kernel size of\n middle conv layer at main path\n filters: list of integers, the filters of 3 conv layer...
1
{'name': 'make_user_dict@ansible_extras/lookup_plugins/get_users.py', 'description': 'Create a dictionary of user attributes.', 'signature': 'def make_user_dict(user_record):'}</s>DOCUMENTATION = " --- module: get_users short_description: - A module for gathering facts about Linux users. description: - This mod...
0
{'name': 'markerReport@pipelines/pipeline_scxl.py', 'description': 'Prepare a PDF report visualising the discovered cluster markers', 'signature': 'def markerReport(infile, outfile):'}</s>{'name': 'plotRdimsGenes@pipelines/pipeline_scxl.py', 'description': 'Visualise gene expression levels on reduced dimension coordina...
0
{'name': 'main@src/freetype/src/tools/docmaker/docbeauty.py', 'description': 'main program loop', 'signature': 'def main(argv):'}</s>{'name': 'SourceBlock@src/freetype/src/tools/docmaker/sources.py', 'description': 'DOCSTRING', 'base_classes': [], 'methods': [{'name': 'SourceBlock.__init__@src/freetype/src/tools/docmak...
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_ABS = CScriptOp(0x90)
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': 'CBlockLocator@qa/rpc-tests/test_framework/mininode.py', 'description': 'DOCSTRING', 'bas...
0
{'name': 'HTTPConnectionPool._make_request@Retired Content/MimeCast/SumoLogic-Mimecast-Data-Collection/requests/packages/urllib3/connectionpool.py', 'description': 'Perform a request on a given urllib connection object taken from our\npool.\n\n:param conn:\n a connection from one of our connection pools\n\n:param ti...
0
{'name': 'is_text_file@worker/bases.py', 'description': 'Determine whether a file is a text file or binary file.\n:param filename: string, path to the file\n:param block_size: int\n:return: bool', 'signature': 'def is_text_file(filename, block_size=512):'}</s>{'name': 'get_all_config@worker/bases.py', 'description': "G...
0
{'name': 'CrawlResource.render_POST@scrapyrt/resources.py', 'description': ':param request:\n body should contain JSON\n\nRequired keys in JSON posted:\n\n:spider_name: string\n name of spider to be scheduled.\n\n:request: json object\n request to be scheduled with spider.\n Note: request must contain url f...
0
{'name': 'template@3rdparty/mongo-c-driver-1.26.2/build/bottle.py', 'description': 'Get a rendered template as a string iterator.\nYou can use a name, a filename or a template string as first parameter.\nTemplate rendering arguments can be passed as dictionaries\nor directly (as keyword arguments).', 'signature': 'def ...
0
{'name': 'AnalyzeAlignmentsFunction._run@montreal_forced_aligner/alignment/multiprocessing.py', 'description': 'Run the function', 'signature': 'def _run(self):'}</s>{'name': 'construct_textgrid_output@montreal_forced_aligner/textgrid.py', 'description': 'DOCSTRING', 'code': 'def construct_textgrid_output(\n session...
0
{'name': 'PFPool._to_string@pf/rule.py', 'description': 'Return the string representation of the address pool.', 'signature': 'def _to_string(self):'}</s>pf_ops = { "": PF_OP_NONE, "><": PF_OP_IRG, "<>": PF_OP_XRG, "=": PF_OP_EQ, "!=": PF_OP_NE, "<": PF_OP_LT, "<=": PF_OP_LE, ">": P...
0
{'name': 'skew@pymeteo/skewt.py', 'description': 'Puts the skew in skew-T\n\n:parameter p: pressure level of the point.\n\nThis calculates the skew of the T axis for a point to plot. \nThis assumes a logarithmic y axes and uses the variable\n:py:data:skew_angle to determine the skew. This is the \nmagic that turns a ...
0
{'name': 'Block._write@pcapng/blocks.py', 'description': 'Writes this block into the given output stream', 'signature': 'def _write(self, outstream):'}</s>{'name': 'ObsoletePacket@pcapng/blocks.py', 'description': '"The Packet Block is obsolete, and MUST NOT be used in new files. [...] A\nPacket Block was a container f...
0
{'name': 'Reformat@tools/yapf/yapf/yapflib/reformatter.py', 'description': 'Reformat the unwrapped lines.\n\nArguments:\n uwlines: (list of unwrapped_line.UnwrappedLine) Lines we want to format.\n verify: (bool) True if reformatted code should be verified for syntax.\n\nReturns:\n A string representing the reformatt...
0
{'name': 'go@grizli/pipeline/auto_script.py', 'description': 'Run the full pipeline for a given target\n\nParameters\n----------\nroot : str\n Rootname of the `mastquery` file.\n\nextract_maglim : [min, max]\n Magnitude limits of objects to extract and fit.', 'signature': "def go(root='j010311+131615', "}</s>{'na...
0
{'name': 'update_model_for_controls@wntr/sim/hydraulics.py', 'description': 'Parameters\n----------\nm: wntr.sim.aml.aml.Model\nwn: wntr.network.model.WaterNetworkModel\nmodel_updater: wntr.sim.models.utils.ModelUpdater\nchange_tracker: wntr.network.controls.ControlChangeTracker', 'signature': 'def update_model_for_con...
0
{'name': 'APIConnection.__init__@qingcloud/iaas/connection.py', 'description': '@param qy_access_key_id - the access key id\n@param qy_secret_access_key - the secret access key\n@param zone - the zone id to access\n@param host - the host to make the connection to\n@param port - the port to use when connect to host\n@pa...
0
{'name': 'sniffPossibleFeed@src/feedvalidator/__init__.py', 'description': 'Use wild heuristics to detect something that might be intended as a feed.', 'signature': 'def sniffPossibleFeed(rawdata):'}</s>{'name': 'ValidURLAttribute@src/feedvalidator/logging.py', 'description': 'DOCSTRING', 'base_classes': ['ValidURI'], ...
0
{'name': '__listAllUE9Unix@src/LabJackPython.py', 'description': 'Private listAll function for use on unix and mac machines to find UE9s.\n ', 'signature': 'def __listAllUE9Unix(connectionType):'}</s>LJ_rgBIP2P5V = 5
0
{'name': 'IUSequence.icon@custom_components/irrigation_unlimited/irrigation_unlimited.py', 'description': 'Return the icon to use in the frontend.', 'signature': 'def icon(self) -> str:'}</s>CONF_ALL_ZONES_CONFIG = "all_zones_config"
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': 'test_put_get_delete_replication@ut/test.py', 'description': '设置、获取、删除跨园区复制配置', 'signature': 'def test_put_get_delete_replication():'}</s>{'name': 'test_ci_auditing_detect_type@ut/test.py', 'description': 'DOCSTRING', 'code': 'def test_ci_auditing_detect_type():\n detect_type = CiDetectType.get_detect_type_...
0
{'name': 'test_am_replacer_titleandhdrs_invalid@sphinx_automodapi/tests/test_automodapi.py', 'description': 'Tests replacing an ".. automodapi::" entry with title-setting and header\ncharacter options.', 'signature': 'def test_am_replacer_titleandhdrs_invalid(tmpdir, capsys):'}</s>am_replacer_nomain_str = " This comes ...
0
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQWQR3_LENGTH_2 = 208
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': 'create_upload_file@databricks-adx-integration/src/code/tools/FakeDataGenerator/fake_data_generator.py', 'description': 'create log file and upload to data lake storage\n ', 'signature': 'def create_upload_file(output_filefolder, output_filename):'}</s>ARGS = None
1
{'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': 'assert_equal@qa/rpc-tests/test_framework/util.py', 'description': 'DOCSTRING', 'code': '...
1
{'name': 'generation_step_callback@gp_learner.py', 'description': 'Called after each generation step cycle in train().\n\n:param run: number of the current run\n:param gtp_scores: gtp_scores as of start of this run\n:param user_callback_per_generation: a user provided callback that is called\n after each training ge...
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': 'K@src/api/python/z3/z3.py', 'description': "Return a Z3 constant array expression.\n\n>>> a = K(IntSort(), 10)\n>>> a\nK(Int, 10)\n>>> a.sort()\nArray(Int, Int)\n>>> i = Int('i')\n>>> a[i]\nK(Int, 10)[i]\n>>> simplify(a[i])\n10", 'signature': 'def K(dom, v):'}</s>{'name': 'Int2BV@src/api/python/z3/z3.py', 'de...
0
{'name': 'get_config_vars@scripts/pdns/lib/python2.7/site-packages/pip/_vendor/distlib/_backport/sysconfig.py', 'description': "With no arguments, return a dictionary of all configuration\nvariables relevant for the current platform.\n\nOn Unix, this means every variable defined in Python's installed Makefile;\nOn Wind...
0
{'name': 'Distinct@src/api/python/z3/z3.py', 'description': "Create a Z3 distinct expression.\n\n>>> x = Int('x')\n>>> y = Int('y')\n>>> Distinct(x, y)\nx != y\n>>> z = Int('z')\n>>> Distinct(x, y, z)\nDistinct(x, y, z)\n>>> simplify(Distinct(x, y, z))\nDistinct(x, y, z)\n>>> simplify(Distinct(x, y, z), blast_distinct=...
0