text
string
label
int64
{'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': 'render@skein/_version.py', 'description': 'Render the given version pieces into the requested style.', 'signature': 'def render(pieces, style):'}</s>{'name': 'VersioneerConfig@skein/_version.py', 'description': 'Container for Versioneer configuration parameters.', 'base_classes': [], 'methods': []}
0
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQENC_RESERVED_MASK = 4294963200
0
{'name': 'MemoryFindTestCase.test_memory_find@llvm-project/lldb/test/API/functionalities/memory/find/TestMemoryFind.py', 'description': "Test the 'memory find' command.", 'signature': 'def test_memory_find(self):'}</s>{'name': 'skipUnlessUndefinedBehaviorSanitizer@llvm-project/lldb/packages/Python/lldbsuite/test/decora...
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': 'update_payout_screen@displays/waveshare2in13v3.py', 'description': "Update the payout screen to reflect balance of deposited coins.\nScan the invoice??? I don't think so!", 'signature': 'def update_payout_screen():'}</s>btcpay_lnd_3 = "BTCPay LND Wallet."
0
{'name': 'GeneratedProtocolMessageType.__init__@third_party/dawn/third_party/protobuf/python/google/protobuf/internal/python_message.py', 'description': "Here we perform the majority of our work on the class.\nWe add enum getters, an __init__ method, implementations\nof all Message methods, and properties for all field...
0
{'name': 'TopLevelMixin.transform_fold@altair/vegalite/v5/api.py', 'description': 'Add a FoldTransform to the spec.\n\nParameters\n----------\nfold : List(string)\n An array of data fields indicating the properties to fold.\nas : [string, string]\n The output field names for the key and value properties produced ...
0
{'name': 'Model._fit@modified_keras/keras/models.py', 'description': 'Abstract fit function for f(*ins). Assume that f returns a list, labelled by out_labels.', 'signature': 'def _fit(self, f, ins, out_labels=[], batch_size=128, nb_epoch=100, verbose=1, callbacks=[],'}</s>{'name': 'l1l2@modified_keras/keras/regularizer...
0
{'name': 'convert_to_kitti_info_version2@tools/data_converter/kitti_converter.py', 'description': 'convert kitti info v1 to v2 if possible.\n\nArgs:\n info (dict): Info of the input kitti data.\n - image (dict): image info\n - calib (dict): calibration info\n - point_cloud (dict): point cloud in...
0
{'name': 'SensorThermalComfort.__init__@custom_components/thermal_comfort/sensor.py', 'description': 'Initialize the sensor.', 'signature': 'def __init__('}</s>TC_ICONS = { SensorType.DEW_POINT: "tc:dew-point", SensorType.FROST_POINT: "tc:frost-point", SensorType.HUMIDEX_PERCEPTION: "tc:thermal-perception",...
1
{'name': 'RenderCar._render_pascal@car/render_car.py', 'description': "Parameters\n----------\nmode: string\n ['train', 'valid']\nr1: resize ratio of height to width\n\nReturns\n----------", 'signature': 'def _render_pascal(self, mode, r1=1.0):'}</s>{'name': '_deg_2_rad@car/render_car.py', 'description': 'DOCSTRING', ...
0
{'name': 'rdheader@wfdb/io/record.py', 'description': "Read a WFDB header file and return a `Record` or `MultiRecord`\nobject with the record descriptors as attributes.\n\nParameters\n----------\nrecord_name : str\n The name of the WFDB record to be read, without any file\n extensions. If the argument contains an...
0
{'name': 'build_badodab_kernel@sgmcmcjax/kernels.py', 'description': 'build BADODAB kernel, a splitting scheme for the 3-equation Langevin diffusion. See https://arxiv.org/abs/1505.06889\n\nArgs:\n dt (float): step size\n loglikelihood (Callable): log-likelihood for a single data point\n logprior (Callable): l...
0
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQIACF_SUBRQ_OPTIONS = 1383
0
{'name': 'Plant.get_observation@src/astrobotany/models.py', 'description': "A long-form description of the plant.\n\nThis includes a random observations and other specific details about\nthe plant's current stage.", 'signature': 'def get_observation(self, ansi_enabled: bool = False) -> str:'}</s>badge_153 = Badge("roll...
0
{'name': 'QuerySet.__getitem__@chembl_webresource_client/query_set.py', 'description': 'Retrieves an item or slice from the set of results.', 'signature': 'def __getitem__(self, k):'}</s>__author__ = "mnowotka"
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': 'Tiny12Validator._check_svg_value@svgwrite/validator2.py', 'description': "Checks if 'value' is a valid svg-type for svg-attribute\n'attributename' at svg-element 'elementname'.\n\nRaises TypeError.", 'signature': 'def _check_svg_value(self, elementname, attributename, value):'}</s>attributes = { 'accent-heigh...
1
{'name': 'LoadBalancerAction.create_loadbalancer@qingcloud/iaas/actions/loadbalancer.py', 'description': 'Create new load balancer.\n@param eips: the IDs of the eips that will be associated to load balancer.\n@param loadbalancer_name: the name of the loadbalancer.\n@param security_group: the id of the security_group yo...
0
{'name': 'cellrange_to_rowcol_pair@IDE/src/main/resources/Lib/xlwt/Utils.py', 'description': 'Convert cell range string in A1 notation to numeric row/col\npair.\n\nReturns: row1, col1, row2, col2', 'signature': 'def cellrange_to_rowcol_pair(cellrange):'}</s>MAX_ROW = 65536
0
{'name': 'XWiki20Renderer.__init__@mistletoe/contrib/xwiki20_renderer.py', 'description': 'Args:\n extras (list): allows subclasses to add even more custom tokens.', 'signature': 'def __init__(self, *extras):'}</s>{'name': 'CodeFence@mistletoe/block_token.py', 'description': 'Fenced code block token. (["```sh\\n", "...
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': 'CheckForNonConstReference@ament_cpplint/ament_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 instan...
0
{'name': 'Display.grab_server@Monika After Story/game/python-packages/Xlib/display.py', 'description': 'Disable processing of requests on all other client connections\nuntil the server is ungrabbed. Server grabbing should be avoided\nas much as possible.', 'signature': 'def grab_server(self, onerror = None):'}</s>{'nam...
0
{'name': '_IncludeState.CheckNextIncludeOrder@scripts/cpplint.py', 'description': "Returns a non-empty error message if the next header is out of order.\n\nThis function also updates the internal state to be ready to check\nthe next include.\n\nArgs:\n header_type: One of the _XXX_HEADER constants defined above.\n\nRe...
0
{'name': 'InstanceRegistry.__init__@src/coaster/sqlalchemy/registry.py', 'description': 'Prepare to serve a registry member.', 'signature': 'def __init__(self, registry: _RT, obj: _T) -> None:'}</s>{'name': 'Registry@src/coaster/sqlalchemy/registry.py', 'description': "A registry provides a plugin namespace within anot...
0
{'name': 'test_make_importer@elpis/transformer/test_transformer.py', 'description': 'Use the make_importer function to create an importer data transformer.', 'signature': 'def test_make_importer(tdtaf, tmpdir):'}</s>{'name': 'test_factory_export_setting_with_ui@elpis/transformer/test_transformer.py', 'description': 'Ch...
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': 'A1DInterface.process_data@src/python_scripts/scripts/1d_tool.py', 'description': 'return None on completion, else error code (0 being okay)', 'signature': 'def process_data(self):'}</s>{'name': 'change_path_basename@src/python_scripts/afnipy/afni_util.py', 'description': "given a path (leading directory or no...
0
{'name': 'Numeral.__rgt__@src/api/python/z3/z3num.py', 'description': 'Return True if `other > self`.\n\n>>> 2 > Numeral(Sqrt(2))\nTrue', 'signature': 'def __rgt__(self, other):'}</s>{'name': 'RoundTowardZero@src/api/python/z3/z3.py', 'description': 'DOCSTRING', 'code': 'def RoundTowardZero(ctx=None):\n ctx = _get_c...
0
{'name': 'mutate_fix_var_filter@gp_learner.py', 'description': 'Filters results of fix var mutation in-place.\n\nExcludes:\n- too long literals\n- URIs with encoding errors (real world!)\n- BNode results (they will not be fixed but stay SPARQL vars)\n- NaN or INF literals (Virtuoso bug\n https://github.com/openlink/...
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': 'draw_dry_adiabat@pymeteo/skewt.py', 'description': 'Plot dry adiabats on axes\n\n:parameter axes: The axes to draw on\n:type axes: :py:class:`matplotlib.axes`\n\nThis function calculates dry adiabats\nand plots these lines. Adiabats are calculated \nevery 10 K', 'signature': 'def draw_dry_adiabat(axes):'}</s...
0
{'name': 'lineno@tests/_lib_vendors/pkg_resources/_vendor/pyparsing.py', 'description': 'Returns current line number within a string, counting newlines as line separators.\nThe first line is number 1.\n\nNote: the default parsing behavior is to expand tabs in the input string\nbefore starting the parsing process. See ...
0
{'name': 'load_key_string@src/M2Crypto/RSA.py', 'description': 'Load an RSA key pair from a string.\n\n:param string: String containing RSA key pair in PEM format.\n\n:param callback: A Python callable object that is invoked\n to acquire a passphrase with which to unlock the\n key. The d...
0
{'name': 'BuildFailureRecord.commit_and_push_changes@bioconda_utils/build_failure.py', 'description': 'Commit and push any changes, including removal of the record.', 'signature': 'def commit_and_push_changes(self):'}</s>{'name': 'envstr@bioconda_utils/utils.py', 'description': 'DOCSTRING', 'code': "def envstr(env):\n ...
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...
1
{'name': 'Race.is_battlegrounds_pool@hearthstone/enums.py', 'description': 'Whether this Race appears as a minion pool in Battlegrounds matches.', 'signature': 'def is_battlegrounds_pool(self):'}</s>{'name': 'SwissDeckType@hearthstone/enums.py', 'description': 'PegasusUtilTournament.SwissDeckType', 'base_classes': ['In...
0
{'name': 'takeMiniTimelapse@source/pi-timolo.py', 'description': 'Take a motion tracking activated mini timelapse sequence\nusing yield if motion triggered', 'signature': 'def takeMiniTimelapse(moPath, prefix, NumOn, motionNumCount, currentDayMode, NumPath):'}</s>{'name': 'getImageFilename@source/pi-timolo.py', 'descri...
1
{'name': 'ShelveryEngine.delete_backup@shelvery/engine.py', 'description': 'Remove given backup from system', 'signature': 'def delete_backup(self, backup_resource: BackupResource):'}</s>{'name': 'ShelveryEngine@shelvery/engine.py', 'description': 'Base class for all backup processing, contains logic', 'base_classes': ...
1
{'name': 'versus_rest@diffxpy/testing/tests.py', 'description': 'Perform pairwise differential expression test between two groups on adata object\nfor each gene for each groups versus the rest of the data set.\n\nThis function wraps the selected statistical test for the scenario of\na two sample comparison. All unit_te...
1
{'name': 'indigenous_peoples_day@src/convertdate/holidays.py', 'description': 'Celebrated on the second Monday in October in the United States.', 'signature': "def indigenous_peoples_day(year, country='usa'):"}</s>{'name': 'format@src/convertdate/hebrew.py', 'description': 'Convert a Hebrew date into a string with the ...
0
{'name': 'on_restart_server@src/server/server.py', 'description': 'Re-execute the current process.', 'signature': 'def on_restart_server():'}</s>{'name': 'shutdown_button_released@src/server/server.py', 'description': 'DOCSTRING', 'code': 'def shutdown_button_released(longPressReachedFlag):\n logger.debug("Detected ...
0
{'name': 'compile_fun_manually@src/makefun/main.py', 'description': ':param target:\n:return:', 'signature': 'def compile_fun_manually(target,'}</s>{'name': 'with_partial@src/makefun/main.py', 'description': "Decorator to 'partialize' a function using `partial`\n\n:param preset_pos_args:\n:param preset_kwargs:\n:return...
0
{'name': 'eGetRawS@src/LabJackPython.py', 'description': 'Function not yet implemented.\n\nFor Windows only.', 'signature': 'def eGetRawS(Handle, pIOType, Channel, pValue, x1):'}</s>LJ_chPORTB = 6
0
{'name': 'FiniteDomainSort@src/api/python/z3/z3.py', 'description': 'Create a named finite domain sort of a given size sz', 'signature': 'def FiniteDomainSort(name, sz, ctx=None):'}</s>{'name': '_is_algebraic@src/api/python/z3/z3.py', 'description': 'DOCSTRING', 'code': 'def _is_algebraic(ctx, a):\n return Z3_is_alg...
0
{'name': 'takeMiniTimelapse@source/pi-timolo.py', 'description': 'Take a motion tracking activated mini timelapse sequence\nusing yield if motion triggered', 'signature': 'def takeMiniTimelapse(moPath, prefix, NumOn, motionNumCount, currentDayMode, NumPath):'}</s>cvRed = (0, 0, 255)
0
{'name': 'ParseArguments@tools/cpplint.py', 'description': 'Parses the command line arguments.\n\nThis may set the output format and verbosity level as side-effects.\n\nArgs:\n args: The command line arguments:\n\nReturns:\n The list of filenames to lint.', 'signature': 'def ParseArguments(args):'}</s>{'name': 'PathS...
0
{'name': 'eGetRawS@src/LabJackPython.py', 'description': 'Function not yet implemented.\n\nFor Windows only.', 'signature': 'def eGetRawS(Handle, pIOType, Channel, pValue, x1):'}</s>LJ_chSTREAM_CLOCK_OUTPUT = 4002
0
{'name': 'height_width@object_detection/core/box_list_ops.py', 'description': 'Computes height and width of boxes in boxlist.\n\nArgs:\n boxlist: BoxList holding N boxes\n scope: name scope.\n\nReturns:\n Height: A tensor with shape [N] representing box heights.\n Width: A tensor with shape [N] representing box wid...
0
{'name': 'BaseTransformer.fit@externals/modified_steppy/base.py', 'description': 'Performs estimation of trainable parameters.\n\nAll model estimations with scikit-learn, keras, pytorch models as well as some preprocessing\ntechniques (normalization) estimate parameters based on data (training data).\nThose parameters ...
0
{'name': 'VtkFile.addData@pyevtk/vtk.py', 'description': 'Add array description to xml header section.\n\nParameters\n----------\nname : str\n data array name.\ndata : array-like\n one numpy array or a tuple with 3 numpy arrays.\n If a tuple, the individual arrays must represent the components\n of a vector...
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>GRAPHICS_POINT = 1
0
{'name': 'TestCondenseMultilineCalls._get_test_cases@compyle/tests/test_cython_generator.py', 'description': 'Returns a dictionary of test cases.', 'signature': 'def _get_test_cases(self):'}</s>{'name': 'annotated_f@compyle/tests/test_cython_generator.py', 'description': 'DOCSTRING', 'code': 'def annotated_f(i, y=[0.0]...
0
{'name': 'Howdy.before@examples/overrides.py', 'description': 'Called before the request is routed ', 'signature': 'def before(self):'}</s>{'name': 'my_after@examples/overrides.py', 'description': 'DOCSTRING', 'code': 'def my_after(handler):\n\n my_logger.info("After, headers are %s"%(handler.response.headers))'}
0
{'name': 'About.set_standard_fields@src/attributecode/model.py', 'description': 'Create fields in an ordered dict to keep a standard ordering. We\ncould use a metaclass to track ordering django-like but this approach\nis simpler.', 'signature': 'def set_standard_fields(self):'}</s>{'name': 'have_network_connection@src/...
0
{'name': '_download_args@ez_setup.py', 'description': 'Return args for download_setuptools function from cmdline args.', 'signature': 'def _download_args(options):'}</s>{'name': 'use_setuptools@ez_setup.py', 'description': 'Ensure that a setuptools version is installed.\n\nReturn None. Raise SystemExit if the requested...
0
{'name': 'control_read_initial_values@tools/ble_sniffer/extcap/nrf_sniffer_ble.py', 'description': 'Read initial control values', 'signature': 'def control_read_initial_values(sniffer):'}</s>{'name': 'sniffer_capture@tools/ble_sniffer/extcap/nrf_sniffer_ble.py', 'description': 'Start the sniffer to capture packets', 'c...
0
{'name': 'MultipleChoiceFilterTests.test_filter_conjoined_true@tests/test_filters.py', 'description': 'Tests that a filter with `conjoined=True` returns objects that\nhave all the values included in `value`. For example filter\nusers that have all of these books.', 'signature': 'def test_filter_conjoined_true(self):'}<...
0
{'name': 'calculate_model_name@httpstan/models.py', 'description': 'Calculate model name from Stan program code.\n\nNames look like this: ``models/2uxewutp``. Name uses a hash of the\nconcatenation of the following:\n\n- UTF-8 encoded Stan program code\n- UTF-8 encoded string recording the httpstan version\n- UTF-8 enc...
0
{'name': 'predict_query@gp_query.py', 'description': 'Performs a single query starting at ?SOURCE returning all ?TARGETs.', 'signature': 'def predict_query(sparql, timeout, graph_pattern, source,'}</s>{'name': '_combined_chunk_res@gp_query.py', 'description': 'DOCSTRING', 'code': "def _combined_chunk_res(q_res, _vars, ...
0
{'name': '_covhelper@venv/Lib/site-packages/numpy/ma/extras.py', 'description': 'Private function for the computation of covariance and correlation\ncoefficients.', 'signature': 'def _covhelper(x, y=None, rowvar=True, allow_masked=True):'}</s>{'name': '_array_str_implementation@venv/Lib/site-packages/numpy/core/arraypr...
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': 'TarInfo.frombuf@venv/Lib/site-packages/pip/_vendor/distlib/_backport/tarfile.py', 'description': 'Construct a TarInfo object from a 512 byte bytes object.\n ', 'signature': 'def frombuf(cls, buf, encoding, errors):'}</s>FIFOTYPE = b'6'
0
{'name': 'ModifyVABCCompressionParam@tools/releasetools/ota_from_target_files.py', 'description': 'Update update VABC Compression Param in dynamic_partitions_info.txt\nArgs:\n content: The string content of dynamic_partitions_info.txt\n algo: The compression algorithm should be used for VABC. See\n https://cs....
1
{'name': 'parse_tcsh_args@src/python_scripts/afnipy/lib_apqc_io.py', 'description': 'Parse arguments for tcsh scripter.\n\nInput\n-----\nargv : list of args (not including prog name)\n\nReturn\n------\n\niopts : an object with the argument values stored, including a\n self-"check_req()" method, as well.', 'signature...
0
{'name': 'IdentityResidualBlock.__init__@scripts/modules/residual.py', 'description': 'Configurable identity-mapping residual block\n\nParameters\n----------\nin_channels : int\n Number of input channels.\nchannels : list of int\n Number of channels in the internal feature maps. Can either have two or three eleme...
0
{'name': 'vae_pop@util.py', 'description': 'Assume that the vae uses an isotropic Gaussian for its prior and diagonal\nGaussian for its posterior.', 'signature': 'def vae_pop('}</s>{'name': 'beta_binomials_append@util.py', 'description': 'DOCSTRING', 'code': 'def beta_binomials_append(a, b, n, precision):\n # TODO: ...
0
{'name': 'ConfigUtilTest.testDontOverwriteEmptyLabelMapPath@object_detection/utils/config_util_test.py', 'description': 'Tests that label map path will not by overwritten with empty string.', 'signature': 'def testDontOverwriteEmptyLabelMapPath(self):'}</s>PNG_MASKS = 2
0
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQRC_RES_OBJECT_STRING_ERROR = 2520
0
{'name': 'test_fail_with_invalid_dbname_and_automatic_recovery_disabled@test/io/test_io.py', 'description': 'Should fail without retries when automatic recovery is disabled and dbname is invalid', 'signature': 'def test_fail_with_invalid_dbname_and_automatic_recovery_disabled(defaultenv):'}</s>{'name': 'test_pool_size@...
0
{'name': '_AddInitMethod@python/google/protobuf/internal/python_message.py', 'description': 'Adds an __init__ method to cls.', 'signature': 'def _AddInitMethod(message_descriptor, cls):'}</s>{'name': '_CheckDurationValid@python/google/protobuf/internal/well_known_types.py', 'description': 'DOCSTRING', 'code': "def _Che...
0
{'name': 'Negotiator.recv@external/curl/tests/negtelnetserver.py', 'description': 'Read bytes from TCP, handling negotiation sequences.\n\n:param bytes: Number of bytes to read\n:return: a buffer of bytes', 'signature': 'def recv(self, bytes):'}</s>{'name': 'NegotiatingTelnetHandler@external/curl/tests/negtelnetserver....
0
{'name': 'get_signature_string@src/makefun/main.py', 'description': 'Returns the string to be used as signature.\nIf there is a non-native symbol in the defaults, it is created as a variable in the evaldict\n:param func_name:\n:param func_signature:\n:return:', 'signature': 'def get_signature_string(func_name, func_sig...
0
{'name': 'trace_locations_backward@CVPR2019_codes/OriNet_CVUSA/ops.py', 'description': 'loc_x/y: pixel location in last feature map\nim_size: size of the smallest feature map\nfeat_size: size of feature maps', 'signature': 'def trace_locations_backward(loc_x, loc_y, anchor_size, feat_size):'}</s>{'name': 'trace_locatio...
0
{'name': 'TestRemoveDeclaration.testNotRemoved@src/tests/testXmlEncodingDecode.py', 'description': "Make sure that invalid, or missing, declarations aren't affected.", 'signature': 'def testNotRemoved(self):'}</s>{'name': 'InvalidURI@src/feedvalidator/logging.py', 'description': 'DOCSTRING', 'base_classes': ['InvalidVa...
0
{'name': 'Onshape._make_headers@onshape_to_robot/onshape_api/onshape.py', 'description': 'Creates a headers object to sign the request\n\nArgs:\n - method (str): HTTP method\n - path (str): Request path, e.g. /api/documents. No query string\n - query (dict, default={}): Query string in key-value format\n - ...
0
{'name': '_Selector._freeze_relations@SneakerBot 2019/venv/lib/python3.7/site-packages/soupsieve/css_parser.py', 'description': 'Freeze relation.', 'signature': 'def _freeze_relations(self, relations):'}</s>CSS_READ_WRITE = CSSParser( ''' html|*:is( textarea, input:is( :not([type]), ...
0
{'name': 'residual@cmd/mcorr-fit/mcorr/lmfitFunctions.py', 'description': 'defines the function to be minimized -- the residuals of equation 18 for P2', 'signature': 'def residual(pars, x, data=None):'}</s>{'name': 'c_s0@cmd/mcorr-fit/mcorr/lmfitFunctions.py', 'description': 'eq 14', 'code': 'def c_s0(c_s1, c_s2, l):\n...
1
{'name': 'MultiEvalModule.forward@encoding/models/sseg/base.py', 'description': 'Mult-size Evaluation', 'signature': 'def forward(self, image):'}</s>{'name': 'pad_image@encoding/models/sseg/base.py', 'description': 'DOCSTRING', 'code': 'def pad_image(img, mean, std, crop_size):\n b,c,h,w = img.size()\n assert(c==...
1
{'name': 'minimal_init@soundrts/clientmedia.py', 'description': 'initialize sound, voice, screen, window title, keyboard', 'signature': 'def minimal_init():'}</s>CONTINUE = [4011]
0
{'name': 'Context.resolve@lib/rule_engine/engine.py', 'description': 'The method to use for resolving symbols names to values. This function must return a compatible value for the\nspecified symbol name. When a *scope* is defined, this function handles the resolution itself, however when the\n*scope* is ``None`` the re...
0
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQFB_LENGTH_OFF_BY_ONE = 295
0
{'name': 'simxGetVisionSensorImage@7_Demo_youBotPickAndPlace/code/vrep/VREP_RemoteAPIs/sim.py', 'description': 'Please have a look at the function description/documentation in the CoppeliaSim user manual', 'signature': 'def simxGetVisionSensorImage(clientID, sensorHandle, options, operationMode):'}</s>sim_drawing_25per...
0
{'name': 'Upsample@model/utils.py', 'description': 'Wrapper Around the Upsample Call', 'signature': 'def Upsample(x, size):'}</s>{'name': 'AtrousSpatialPyramidPoolingModule@model/utils.py', 'description': 'operations performed:\n 1x1 x depth\n 3x3 x depth dilation 6\n 3x3 x depth dilation 12\n 3x3 x depth dilation ...
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': 'Parser._consume@src/parsita/parsers/_base.py', 'description': 'Abstract method for matching this parser at the given location.\n\nThis is the central method of every parser combinator.\n\nArgs:\n state: The mutable state of the parse\n reader: The current state of the input\n\nReturns:\n If the patte...
1
{'name': 'GoogleAlbumsSync.index_albums_type@src/gphotos_sync/GoogleAlbumsSync.py', 'description': 'query google photos interface for a list of all albums and index their\ncontents into the db', 'signature': 'def index_albums_type('}</s>{'name': 'date_to_string@src/gphotos_sync/Utils.py', 'description': 'DOCSTRING', 'c...
0
{'name': 'TestUnusualSocketConditions.test_handle_send_wantwrite_upload@test/test_sync_connection.py', 'description': 'When a socket is marked writable during request upload but returns\nWANT_WRITE when written to, the code ignores it and continues with\nupload.', 'signature': 'def test_handle_send_wantwrite_upload(sel...
0
{'name': 'FletcherBaseArray.value_counts@fletcher/base.py', 'description': "Return a Series containing counts of each unique value.\n\nParameters\n----------\ndropna : bool, default True\n Don't include counts of missing values.\n\nReturns\n-------\ncounts : Series\n\nSee Also\n--------\nSeries.value_counts", 'signa...
0
{'name': 'algorithm_4@adaptive/tests/algorithm_4.py', 'description': 'ALGORITHM_4 evaluates an integral using adaptive quadrature. The\nalgorithm uses Clenshaw-Curtis quadrature rules of increasing\ndegree in each interval and bisects the interval if either the\nfunction does not appear to be smooth or a rule of maximu...
0
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQCACF_CF_SMDSCONN = 3186
0
{'name': 'get_empty_stats_matrix@src/utility_scripts/calc_stats.py', 'description': 'Create a zero filled matrix of dimension\n num_categories × num_months\ns.t. all categies in a group and all months in a year\nhave a continuous range of row/column indices.', 'signature': 'def get_empty_stats_matrix(indices):'}</s>...
0
{'name': 'sample_information@pipelines/pipeline_cellranger.py', 'description': 'Check the input samples.\n\nThe sample table is returned as a pandas data frame.', 'signature': 'def sample_information(check_only=True):'}</s>{'name': 'plotUmiFrequencyPerSample@pipelines/pipeline_cellranger.py', 'description': 'plot the t...
0
{'name': 'dpsr_degradation@ldm/modules/image_degradation/bsrgan.py', 'description': 'bicubic downsampling + blur\nArgs:\n x: HxWxC image, [0, 1]\n k: hxw, double\n sf: down-scale factor\nReturn:\n downsampled LR image\nReference:\n @inproceedings{zhang2019deep,\n title={Deep Plug-and-Play Super-Reso...
0
{'name': '_makeTags@SneakerBot 2019/venv/lib/python3.7/site-packages/pip-19.0.3-py3.7.egg/pip/_vendor/pyparsing.py', 'description': 'Internal helper to construct opening and closing tag expressions, given a tag name', 'signature': 'def _makeTags(tagStr, xml):'}</s>_generatorType = type((y for y in range(1)))
0
{'name': 'Application.create_widgets@spatialmedia/gui.py', 'description': 'Sets up GUI contents.', 'signature': 'def create_widgets(self):'}</s>{'name': 'inject_spatial_audio_atom@spatialmedia/metadata_utils.py', 'description': 'DOCSTRING', 'code': 'def inject_spatial_audio_atom(\n in_fh, audio_media_atom, audio_met...
0
{'name': 'NonTokens.test6@Cheetah/Tests/SyntaxAndOutput.py', 'description': '1 dollar sign followed by EOL Slurp Token', 'signature': 'def test6(self):'}</s>{'name': 'NonTokens@Cheetah/Tests/SyntaxAndOutput.py', 'description': 'DOCSTRING', 'base_classes': ['OutputTest'], 'methods': [{'name': 'NonTokens.test1@Cheetah/Te...
1
{'name': 'View.analyze_cluster@picasso/gui/render.py', 'description': 'Clusters picked locs using k-means clustering. ', 'signature': 'def analyze_cluster(self):'}</s>{'name': 'NoMetadataFileError@picasso/io.py', 'description': 'DOCSTRING', 'base_classes': ['FileNotFoundError'], 'methods': []}
0