sample_id string | repo string | question_type string | hop_depth int64 | gold unknown | metadata unknown |
|---|---|---|---|---|---|
sindresorhus__got___finalizeBody__upstream__2hop_1b97fb | sindresorhus/got | upstream | 2 | {
"hop_1": [
"flush"
],
"hop_1_files": [
"private/tmp/repos/got/source/core/index.ts"
],
"hop_2": [
"fn",
"_beforeError",
"asPromise"
],
"hop_2_files": [
"private/tmp/repos/got/benchmark/index.ts",
"private/tmp/repos/got/source/core/index.ts",
"private/tmp/repos/got/source/... | {
"anchor": "_finalizeBody",
"anchor_file": "private/tmp/repos/got/source/core/index.ts",
"anchor_source": "private async _finalizeBody(): Promise<void> {\n\t\tconst {options} = this;\n\t\tconst headers = options.getInternalHeaders();\n\n\t\tconst isForm = !is.undefined(options.form);\n\t\t// eslint-disable-next-... |
colinhacks__zod__time__downstream__2hop_f6de5f | colinhacks/zod | downstream | 2 | {
"hop_1": [
"_addCheck"
],
"hop_1_files": [
"private/tmp/repos/colinhacks__zod/packages/zod/src/v3/types.ts"
],
"hop_2": [
"ZodString",
"constructor"
],
"hop_2_files": [
"private/tmp/repos/colinhacks__zod/packages/zod/src/v3/types.ts",
"private/tmp/repos/colinhacks__zod/packages/z... | {
"anchor": "time",
"anchor_file": "private/tmp/repos/colinhacks__zod/packages/zod/src/v3/types.ts",
"anchor_source": "time(\n options?:\n | string\n | {\n message?: string | undefined;\n precision?: number | null;\n }\n ) {\n if (typeof options === \"string\") {\n r... |
node-fetch__node-fetch__onHeaderEnd__downstream__1hop_0a2ed8 | node-fetch/node-fetch | downstream | 1 | {
"calls": [
"_fileName"
],
"call_files": [
"private/tmp/repos/node-fetch__node-fetch/src/utils/multipart-parser.js"
]
} | {
"anchor": "onHeaderEnd",
"anchor_file": "private/tmp/repos/node-fetch__node-fetch/src/utils/multipart-parser.js",
"anchor_source": "parser.onHeaderEnd = function () {\n\t\theaderValue += decoder.decode();\n\t\theaderField = headerField.toLowerCase();\n\n\t\tif (headerField === 'content-disposition') {\n\t\t\t//... |
rq__rq__create_failure__downstream__2hop_60a619 | rq/rq | downstream | 2 | {
"hop_1": [
"save"
],
"hop_1_files": [
"private/tmp/repos/rq__rq/rq/results.py"
],
"hop_2": [
"get_key",
"serialize"
],
"hop_2_files": [
"private/tmp/repos/rq__rq/rq/results.py",
"private/tmp/repos/rq__rq/rq/results.py"
]
} | {
"anchor": "create_failure",
"anchor_file": "private/tmp/repos/rq__rq/rq/results.py",
"anchor_source": "@classmethod\n def create_failure(cls, job, ttl, exc_string, worker_name='', pipeline=None) -> 'Result':\n result = cls(\n job_id=job.id,\n type=cls.Type.FAILED,\n co... |
pallets__click__get_params__upstream__1hop_763b59 | pallets/click | upstream | 1 | {
"calls": [
"collect_usage_pieces",
"command_path",
"format_options",
"shell_complete",
"to_info_dict",
"parse_args",
"make_parser",
"_resolve_incomplete"
],
"call_files": [
"private/tmp/repos/pallets__click/src/click/core.py",
"private/tmp/repos/pallets__click/src/click/c... | {
"anchor": "get_params",
"anchor_file": "private/tmp/repos/pallets__click/src/click/core.py",
"anchor_source": "def get_params(self, ctx: Context) -> list[Parameter]:\n params = self.params\n help_option = self.get_help_option(ctx)\n\n if help_option is not None:\n params = [*para... |
rq__rq__perform_job__upstream__1hop_a067e4 | rq/rq | upstream | 1 | {
"calls": [
"execute_job",
"main_work_horse"
],
"call_files": [
"private/tmp/repos/rq__rq/rq/worker/worker_classes.py",
"private/tmp/repos/rq__rq/rq/worker/base.py"
]
} | {
"anchor": "perform_job",
"anchor_file": "private/tmp/repos/rq__rq/rq/worker/base.py",
"anchor_source": "def perform_job(self, job: 'Job', queue: 'Queue') -> bool:\n \"\"\"Performs the actual work of a job. Will/should only be called\n inside the work horse's process.\n\n Args:\n ... |
colinhacks__zod__duration__downstream__2hop_5343d3 | colinhacks/zod | downstream | 2 | {
"hop_1": [
"_isoDuration"
],
"hop_1_files": [
"private/tmp/repos/colinhacks__zod/packages/zod/src/v4/core/api.ts"
],
"hop_2": [
"normalizeParams"
],
"hop_2_files": [
"private/tmp/repos/colinhacks__zod/packages/zod/src/v4/core/util.ts"
]
} | {
"anchor": "duration",
"anchor_file": "private/tmp/repos/colinhacks__zod/packages/zod/src/v4/mini/iso.ts",
"anchor_source": "export function duration(params?: string | core.$ZodISODurationParams): ZodMiniISODuration {\n return core._isoDuration(ZodMiniISODuration, params);\n}",
"result_size": 1,
"created_at... |
locustio__locust___getattr__upstream__2hop_56a886 | locustio/locust | upstream | 2 | {
"hop_1": [
"serialize"
],
"hop_1_files": [
"private/tmp/repos/locustio__locust/locust/stats.py"
],
"hop_2": [
"serialize_errors",
"request_stats"
],
"hop_2_files": [
"private/tmp/repos/locustio__locust/locust/stats.py",
"private/tmp/repos/locustio__locust/locust/web.py"
]
} | {
"anchor": "_getattr",
"anchor_file": "private/tmp/repos/locustio__locust/locust/stats.py",
"anchor_source": "def _getattr(obj: StatsError, key: str, default: Any) -> Any:\n value = getattr(obj, key, default)\n\n if key in [\"error\"]:\n value = StatsError.parse_error(value)\... |
pallets__jinja__args_as_const__downstream__2hop_65492c | pallets/jinja | downstream | 2 | {
"hop_1": [
"as_const"
],
"hop_1_files": [
"private/tmp/repos/pallets__jinja/src/jinja2/nodes.py"
],
"hop_2": [
"get_eval_context"
],
"hop_2_files": [
"private/tmp/repos/pallets__jinja/src/jinja2/nodes.py"
]
} | {
"anchor": "args_as_const",
"anchor_file": "private/tmp/repos/pallets__jinja/src/jinja2/nodes.py",
"anchor_source": "def args_as_const(\n node: t.Union[\"_FilterTestCommon\", \"Call\"], eval_ctx: EvalContext | None\n) -> tuple[list[t.Any], dict[t.Any, t.Any]]:\n args = [x.as_const(eval_ctx) for x in node.a... |
colinhacks__zod__date__downstream__2hop_7cb6da | colinhacks/zod | downstream | 2 | {
"hop_1": [
"_isoDate"
],
"hop_1_files": [
"private/tmp/repos/colinhacks__zod/packages/zod/src/v4/core/api.ts"
],
"hop_2": [
"normalizeParams"
],
"hop_2_files": [
"private/tmp/repos/colinhacks__zod/packages/zod/src/v4/core/util.ts"
]
} | {
"anchor": "date",
"anchor_file": "private/tmp/repos/colinhacks__zod/packages/zod/src/v4/mini/iso.ts",
"anchor_source": "export function date(params?: string | core.$ZodISODateParams): ZodMiniISODate {\n return core._isoDate(ZodMiniISODate, params);\n}",
"result_size": 1,
"created_at": "2026-03-20T16:58:16.... |
pallets__jinja__pgettext__downstream__2hop_a5b1a6 | pallets/jinja | downstream | 2 | {
"hop_1": [
"call"
],
"hop_1_files": [
"private/tmp/repos/pallets__jinja/src/jinja2/runtime.py"
],
"hop_2": [
"derived",
"from_obj"
],
"hop_2_files": [
"private/tmp/repos/pallets__jinja/src/jinja2/runtime.py",
"private/tmp/repos/pallets__jinja/src/jinja2/utils.py"
]
} | {
"anchor": "pgettext",
"anchor_file": "private/tmp/repos/pallets__jinja/src/jinja2/ext.py",
"anchor_source": "@pass_context\n def pgettext(\n __context: Context, __string_ctx: str, __string: str, **variables: t.Any\n ) -> str:\n variables.setdefault(\"context\", __string_ctx)\n rv = __... |
sindresorhus__got__setPipedHeader__upstream__2hop_5879e7 | sindresorhus/got | upstream | 2 | {
"hop_1": [
"constructor"
],
"hop_1_files": [
"private/tmp/repos/got/source/core/index.ts"
],
"hop_2": [
"fn",
"_beforeError",
"asPromise"
],
"hop_2_files": [
"private/tmp/repos/got/benchmark/index.ts",
"private/tmp/repos/got/source/core/index.ts",
"private/tmp/repos/got/s... | {
"anchor": "setPipedHeader",
"anchor_file": "private/tmp/repos/got/source/core/options.ts",
"anchor_source": "setPipedHeader(name: string, value: string | string[] | undefined): void {\n\t\tthis.#internals.headers[name.toLowerCase()] = value;\n\t}",
"result_size": 6,
"created_at": "2026-03-20T16:58:18.104721... |
trpc__trpc__getMutationKeyInternal__upstream__1hop_4b2e7f | trpc/trpc | upstream | 1 | {
"calls": [
"createRecursiveUtilsProxy",
"useMutation",
"getMutationDefaults",
"setMutationDefaults",
"isMutating"
],
"call_files": [
"private/tmp/repos/trpc__trpc/packages/react-query/src/shared/proxy/utilsProxy.ts",
"private/tmp/repos/trpc__trpc/packages/react-query/src/shared/hooks... | {
"anchor": "getMutationKeyInternal",
"anchor_file": "private/tmp/repos/trpc__trpc/packages/react-query/src/internals/getQueryKey.ts",
"anchor_source": "export function getMutationKeyInternal(path: readonly string[]) {\n return getQueryKeyInternal(path, undefined, 'any') as TRPCMutationKey;\n}",
"result_size":... |
python-poetry__poetry___create_file_url_reference__downstream__1hop_fbc06e | python-poetry/poetry | downstream | 1 | {
"calls": [
"_get_archive_info"
],
"call_files": [
"private/tmp/repos/python-poetry__poetry/src/poetry/installation/executor.py"
]
} | {
"anchor": "_create_file_url_reference",
"anchor_file": "private/tmp/repos/python-poetry__poetry/src/poetry/installation/executor.py",
"anchor_source": "def _create_file_url_reference(self, package: Package) -> dict[str, Any]:\n archive_info = self._get_archive_info(package)\n\n assert package.sour... |
locustio__locust__start_automatic_run__downstream__2hop_5277db | locustio/locust | downstream | 2 | {
"hop_1": [
"quit",
"start_shape",
"spawn_run_time_quit_greenlet",
"stop_and_optionally_quit"
],
"hop_1_files": [
"private/tmp/repos/locustio__locust/locust/runners.py",
"private/tmp/repos/locustio__locust/locust/runners.py",
"private/tmp/repos/locustio__locust/locust/main.py",
"p... | {
"anchor": "start_automatic_run",
"anchor_file": "private/tmp/repos/locustio__locust/locust/main.py",
"anchor_source": "def start_automatic_run():\n if options.master:\n # wait for worker nodes to connect\n start_time = time.monotonic()\n while len(runner.clients.ready) < ... |
pallets__jinja__load_bytecode__downstream__2hop_a402f0 | pallets/jinja | downstream | 2 | {
"hop_1": [
"_get_cache_filename",
"load_bytecode"
],
"hop_1_files": [
"private/tmp/repos/pallets__jinja/src/jinja2/bccache.py",
"private/tmp/repos/pallets__jinja/src/jinja2/bccache.py"
],
"hop_2": [
"reset"
],
"hop_2_files": [
"private/tmp/repos/pallets__jinja/src/jinja2/bccache.... | {
"anchor": "load_bytecode",
"anchor_file": "private/tmp/repos/pallets__jinja/src/jinja2/bccache.py",
"anchor_source": "def load_bytecode(self, bucket: Bucket) -> None:\n filename = self._get_cache_filename(bucket)\n\n # Don't test for existence before opening the file, since the\n # file cou... |
celery__celery___limit_post_eta__downstream__2hop_726ef8 | celery/celery | downstream | 2 | {
"hop_1": [
"_schedule_bucket_request"
],
"hop_1_files": [
"private/tmp/repos/celery/celery/worker/consumer/consumer.py"
],
"hop_2": [
"_limit_move_to_pool"
],
"hop_2_files": [
"private/tmp/repos/celery/celery/worker/consumer/consumer.py"
]
} | {
"anchor": "_limit_post_eta",
"anchor_file": "private/tmp/repos/celery/celery/worker/consumer/consumer.py",
"anchor_source": "def _limit_post_eta(self, request, bucket, tokens):\n self.qos.decrement_eventually()\n bucket.add((request, tokens))\n return self._schedule_bucket_request(bucket)",... |
encode__httpx__aiter_bytes__upstream__2hop_870610 | encode/httpx | upstream | 2 | {
"hop_1": [
"aiter_text",
"aread"
],
"hop_1_files": [
"private/tmp/repos/encode__httpx/httpx/_models.py",
"private/tmp/repos/encode__httpx/httpx/_models.py"
],
"hop_2": [
"async_auth_flow",
"_send_handling_redirects",
"aiter_lines",
"_send_handling_auth",
"send"
],
"ho... | {
"anchor": "aiter_bytes",
"anchor_file": "private/tmp/repos/encode__httpx/httpx/_models.py",
"anchor_source": "async def aiter_bytes(\n self, chunk_size: int | None = None\n ) -> typing.AsyncIterator[bytes]:\n \"\"\"\n A byte-iterator over the decoded response content.\n This allow... |
trpc__trpc__transformResult__downstream__2hop_7a41be | trpc/trpc | downstream | 2 | {
"hop_1": [
"transformResultInner",
"TransformResultError",
"isObject",
"constructor"
],
"hop_1_files": [
"private/tmp/repos/trpc__trpc/packages/server/src/unstable-core-do-not-import/transformer.ts",
"private/tmp/repos/trpc__trpc/packages/server/src/unstable-core-do-not-import/transforme... | {
"anchor": "transformResult",
"anchor_file": "private/tmp/repos/trpc__trpc/packages/server/src/unstable-core-do-not-import/transformer.ts",
"anchor_source": "export function transformResult<TRouter extends AnyRouter, TOutput>(\n response:\n | TRPCResponse<TOutput, inferRouterError<TRouter>>\n | TRPCRespon... |
rq__rq__register_dependency__upstream__1hop_0ff473 | rq/rq | upstream | 1 | {
"calls": [
"get_jobs_with_met_dependencies",
"setup_dependencies"
],
"call_files": [
"private/tmp/repos/rq__rq/rq/dependency.py",
"private/tmp/repos/rq__rq/rq/queue.py"
]
} | {
"anchor": "register_dependency",
"anchor_file": "private/tmp/repos/rq__rq/rq/job.py",
"anchor_source": "def register_dependency(self, pipeline: Optional['Pipeline'] = None):\n \"\"\"Jobs may have dependencies. Jobs are enqueued only if the jobs they\n depend on are successfully performed. We recor... |
colinhacks__zod__getErrorMap__upstream__1hop_a577b6 | colinhacks/zod | upstream | 1 | {
"calls": [
"makeArgsIssue",
"_parse",
"addIssueToContext",
"makeReturnsIssue"
],
"call_files": [
"private/tmp/repos/colinhacks__zod/packages/zod/src/v3/types.ts",
"private/tmp/repos/colinhacks__zod/packages/zod/src/v3/types.ts",
"private/tmp/repos/colinhacks__zod/packages/zod/src/v3/... | {
"anchor": "getErrorMap",
"anchor_file": "private/tmp/repos/colinhacks__zod/packages/zod/src/v3/errors.ts",
"anchor_source": "export function getErrorMap() {\n return overrideErrorMap;\n}",
"result_size": 4,
"created_at": "2026-03-20T16:58:16.474869+00:00",
"file_content": ""
} |
colinhacks__zod__setKey__downstream__2hop_c9443c | colinhacks/zod | downstream | 2 | {
"hop_1": [
"extend",
"ZodObject"
],
"hop_1_files": [
"private/tmp/repos/colinhacks__zod/packages/zod/src/v3/types.ts",
"private/tmp/repos/colinhacks__zod/packages/zod/src/v3/types.ts"
],
"hop_2": [
"constructor"
],
"hop_2_files": [
"private/tmp/repos/colinhacks__zod/packages/zod/... | {
"anchor": "setKey",
"anchor_file": "private/tmp/repos/colinhacks__zod/packages/zod/src/v3/types.ts",
"anchor_source": "setKey<Key extends string, Schema extends ZodTypeAny>(\n key: Key,\n schema: Schema\n ): ZodObject<T & { [k in Key]: Schema }, UnknownKeys, Catchall> {\n return this.augment({ [key]: ... |
pallets__jinja__preprocess__upstream__2hop_6fc2dc | pallets/jinja | upstream | 2 | {
"hop_1": [
"preprocess"
],
"hop_1_files": [
"private/tmp/repos/pallets__jinja/src/jinja2/environment.py"
],
"hop_2": [
"babel_extract",
"_tokenize"
],
"hop_2_files": [
"private/tmp/repos/pallets__jinja/src/jinja2/ext.py",
"private/tmp/repos/pallets__jinja/src/jinja2/environment.p... | {
"anchor": "preprocess",
"anchor_file": "private/tmp/repos/pallets__jinja/src/jinja2/ext.py",
"anchor_source": "def preprocess(\n self, source: str, name: str | None, filename: str | None = None\n ) -> str:\n \"\"\"This method is called before the actual lexing and can be used to\n prepro... |
colinhacks__zod___custom__downstream__1hop_58c759 | colinhacks/zod | downstream | 1 | {
"calls": [
"normalizeParams"
],
"call_files": [
"private/tmp/repos/colinhacks__zod/packages/zod/src/v4/core/util.ts"
]
} | {
"anchor": "_custom",
"anchor_file": "private/tmp/repos/colinhacks__zod/packages/zod/src/v4/core/api.ts",
"anchor_source": "export function _custom<O = unknown, I = O>(\n Class: util.SchemaClass<schemas.$ZodCustom>,\n fn: (data: O) => unknown,\n _params: string | $ZodCustomParams | undefined\n): schemas.$ZodC... |
trpc__trpc__trpcMutationOptions__downstream__2hop_60a9a5 | trpc/trpc | downstream | 2 | {
"hop_1": [
"getMutationKeyInternal",
"createTRPCOptionsResult",
"mutation",
"unwrapLazyArg",
"onSuccess",
"getClientArgs"
],
"hop_1_files": [
"private/tmp/repos/trpc__trpc/packages/tanstack-react-query/src/internals/utils.ts",
"private/tmp/repos/trpc__trpc/packages/tanstack-react... | {
"anchor": "trpcMutationOptions",
"anchor_file": "private/tmp/repos/trpc__trpc/packages/tanstack-react-query/src/internals/mutationOptions.ts",
"anchor_source": "export function trpcMutationOptions<TFeatureFlags extends FeatureFlags>(args: {\n mutate: typeof TRPCUntypedClient.prototype.mutation;\n queryClient:... |
locustio__locust__send_message__upstream__2hop_9ebd1e | locustio/locust | upstream | 2 | {
"hop_1": [
"start",
"update_user_class",
"handle_message"
],
"hop_1_files": [
"private/tmp/repos/locustio__locust/locust/runners.py",
"private/tmp/repos/locustio__locust/locust/env.py",
"private/tmp/repos/locustio__locust/locust/runners.py"
],
"hop_2": [
"heartbeat_worker",
"... | {
"anchor": "send_message",
"anchor_file": "private/tmp/repos/locustio__locust/locust/runners.py",
"anchor_source": "def send_message(self, msg_type: str, data: dict[str, Any] | None = None, client_id: str | None = None):\n \"\"\"\n Sends a message to attached worker node(s)\n\n :param msg_ty... |
locustio__locust__parse_error__upstream__2hop_0e0399 | locustio/locust | upstream | 2 | {
"hop_1": [
"serialize",
"_getattr",
"to_dict",
"create_key",
"_failures_data_rows"
],
"hop_1_files": [
"private/tmp/repos/locustio__locust/locust/stats.py",
"private/tmp/repos/locustio__locust/locust/stats.py",
"private/tmp/repos/locustio__locust/locust/stats.py",
"private/tm... | {
"anchor": "parse_error",
"anchor_file": "private/tmp/repos/locustio__locust/locust/stats.py",
"anchor_source": "@classmethod\n def parse_error(cls, error: Exception | str | None) -> str:\n if isinstance(error, str):\n string_error = error\n else:\n string_error = repr(erro... |
psf__requests__send__upstream__2hop_b8ff7a | psf/requests | upstream | 2 | {
"hop_1": [
"request"
],
"hop_1_files": [
"private/tmp/repos/requests/src/requests/sessions.py"
],
"hop_2": [
"delete",
"get",
"head",
"patch",
"put",
"request",
"post",
"options"
],
"hop_2_files": [
"private/tmp/repos/requests/src/requests/sessions.py",
"p... | {
"anchor": "send",
"anchor_file": "private/tmp/repos/requests/src/requests/sessions.py",
"anchor_source": "def send(self, request, **kwargs):\n \"\"\"Send a given PreparedRequest.\n\n :rtype: requests.Response\n \"\"\"\n # Set defaults that the hooks can utilize to ensure they always ... |
python-poetry__poetry__find__downstream__2hop_1e5b5d | python-poetry/poetry | downstream | 2 | {
"hop_1": [
"_path_method_wrapper",
"SitePackages"
],
"hop_1_files": [
"private/tmp/repos/python-poetry__poetry/src/poetry/utils/env/site_packages.py",
"private/tmp/repos/python-poetry__poetry/src/poetry/utils/env/site_packages.py"
],
"hop_2": [
"make_candidates"
],
"hop_2_files": [
... | {
"anchor": "find",
"anchor_file": "private/tmp/repos/python-poetry__poetry/src/poetry/utils/env/site_packages.py",
"anchor_source": "def find(\n self,\n path: Path,\n writable_only: bool = False,\n ) -> list[Path]:\n return [\n value[0]\n for value in self._pa... |
scrapy__scrapy___check_components__downstream__2hop_4c33f2 | scrapy/scrapy | downstream | 2 | {
"hop_1": [
"build_component_list"
],
"hop_1_files": [
"private/tmp/repos/scrapy__scrapy/scrapy/utils/conf.py"
],
"hop_2": [
"_map_keys",
"_validate_values"
],
"hop_2_files": [
"private/tmp/repos/scrapy__scrapy/scrapy/utils/conf.py",
"private/tmp/repos/scrapy__scrapy/scrapy/utils/... | {
"anchor": "_check_components",
"anchor_file": "private/tmp/repos/scrapy__scrapy/scrapy/utils/conf.py",
"anchor_source": "def _check_components(complist: Collection[Any]) -> None:\n if len({convert(c) for c in complist}) != len(complist):\n raise ValueError(\n f\"Some paths in {c... |
python-poetry__poetry___clone_submodules__downstream__1hop_3c17ac | python-poetry/poetry | downstream | 1 | {
"calls": [
"clone",
"_get_submodules"
],
"call_files": [
"private/tmp/repos/python-poetry__poetry/src/poetry/vcs/git/backend.py",
"private/tmp/repos/python-poetry__poetry/src/poetry/vcs/git/backend.py"
]
} | {
"anchor": "_clone_submodules",
"anchor_file": "private/tmp/repos/python-poetry__poetry/src/poetry/vcs/git/backend.py",
"anchor_source": "@classmethod\n def _clone_submodules(cls, repo: Repo) -> None:\n \"\"\"\n Helper method to identify configured submodules and clone them recursively.\n ... |
celery__celery___do_enter__downstream__1hop_e2c0cb | celery/celery | downstream | 1 | {
"calls": [
"ensure_started"
],
"call_files": [
"private/tmp/repos/celery/celery/utils/timer2.py"
]
} | {
"anchor": "_do_enter",
"anchor_file": "private/tmp/repos/celery/celery/utils/timer2.py",
"anchor_source": "def _do_enter(self, meth: str, *args: Any, **kwargs: Any) -> Entry:\n self.ensure_started()\n with self.mutex:\n entry = getattr(self.schedule, meth)(*args, **kwargs)\n ... |
trpc__trpc__getClientArgs__upstream__2hop_8e0351 | trpc/trpc | upstream | 2 | {
"hop_1": [
"useQuery",
"useMutation",
"fetchQuery",
"usePrefetchQuery",
"fetchInfiniteQuery",
"queryFn",
"prefetchQuery",
"setMutationDefaults",
"useSuspenseQuery",
"infiniteQueryOptions",
"ensureQueryData",
"queryOptions",
"usePrefetchInfiniteQuery",
"useInfi... | {
"anchor": "getClientArgs",
"anchor_file": "private/tmp/repos/trpc__trpc/packages/react-query/src/internals/getClientArgs.ts",
"anchor_source": "export function getClientArgs<TOptions>(\n queryKey: TRPCQueryKey,\n opts: TOptions,\n infiniteParams?: {\n pageParam: any;\n direction: 'forward' | 'backward'... |
locustio__locust__get_parser__downstream__1hop_822e29 | locustio/locust | downstream | 1 | {
"calls": [
"setup_parser_arguments",
"get_empty_argument_parser"
],
"call_files": [
"private/tmp/repos/locustio__locust/locust/argument_parser.py",
"private/tmp/repos/locustio__locust/locust/argument_parser.py"
]
} | {
"anchor": "get_parser",
"anchor_file": "private/tmp/repos/locustio__locust/locust/argument_parser.py",
"anchor_source": "def get_parser(default_config_files=DEFAULT_CONFIG_FILES) -> LocustArgumentParser:\n # get a parser that is only able to parse the -f argument\n parser = get_empty_argument_parser(add_h... |
sindresorhus__got__dnsCache__downstream__2hop_7aa160 | sindresorhus/got | downstream | 2 | {
"hop_1": [
"dnsCache",
"assertAny"
],
"hop_1_files": [
"private/tmp/repos/got/source/core/options.ts",
"private/tmp/repos/got/source/core/options.ts"
],
"hop_2": [
"wrapAssertionWithContext"
],
"hop_2_files": [
"private/tmp/repos/got/source/core/options.ts"
]
} | {
"anchor": "dnsCache",
"anchor_file": "private/tmp/repos/got/source/core/options.ts",
"anchor_source": "set dnsCache(value: CacheableLookup | boolean | undefined) {\n\t\tassertAny('dnsCache', [is.object, is.boolean, is.undefined], value);\n\n\t\tif (value === true) {\n\t\t\tthis.#internals.dnsCache = getGlobalDn... |
immerjs__immer__childCleanup__downstream__2hop_563133 | immerjs/immer | downstream | 2 | {
"hop_1": [
"updateDraftInParent",
"generatePatchesAndFinalize"
],
"hop_1_files": [
"private/tmp/repos/immerjs__immer/src/core/finalize.ts",
"private/tmp/repos/immerjs__immer/src/core/finalize.ts"
],
"hop_2": [
"markStateFinalized",
"each"
],
"hop_2_files": [
"private/tmp/repo... | {
"anchor": "childCleanup",
"anchor_file": "private/tmp/repos/immerjs__immer/src/core/finalize.ts",
"anchor_source": "parent.callbacks_.push(function childCleanup(rootScope) {\n\t\tconst state: ImmerState = child\n\n\t\t// Can only continue if this is a draft owned by this scope\n\t\tif (!state || !isSameScope(st... |
scrapy__scrapy__from_args__downstream__1hop_a98542 | scrapy/scrapy | downstream | 1 | {
"calls": [
"from_filename",
"from_body",
"from_headers"
],
"call_files": [
"private/tmp/repos/scrapy__scrapy/scrapy/responsetypes.py",
"private/tmp/repos/scrapy__scrapy/scrapy/responsetypes.py",
"private/tmp/repos/scrapy__scrapy/scrapy/responsetypes.py"
]
} | {
"anchor": "from_args",
"anchor_file": "private/tmp/repos/scrapy__scrapy/scrapy/responsetypes.py",
"anchor_source": "def from_args(\n self,\n headers: Mapping[bytes, bytes] | None = None,\n url: str | None = None,\n filename: str | None = None,\n body: bytes | None = None,\n ... |
trpc__trpc__createTRPCUntypedClient__upstream__1hop_4d9060 | trpc/trpc | upstream | 1 | {
"calls": [
"experimental_createActionHook",
"getInitialProps"
],
"call_files": [
"private/tmp/repos/trpc__trpc/packages/next/src/app-dir/create-action-hook.tsx",
"private/tmp/repos/trpc__trpc/packages/next/src/ssrPrepass.ts"
]
} | {
"anchor": "createTRPCUntypedClient",
"anchor_file": "private/tmp/repos/trpc__trpc/packages/client/src/createTRPCUntypedClient.ts",
"anchor_source": "export function createTRPCUntypedClient<TRouter extends AnyRouter>(\n opts: CreateTRPCClientOptions<TRouter>,\n): TRPCUntypedClient<TRouter> {\n return new TRPCU... |
locustio__locust__get_current_response_time_percentile__upstream__1hop_90ed5c | locustio/locust | upstream | 1 | {
"calls": [
"update_stats_history",
"request_stats",
"_percentile_fields"
],
"call_files": [
"private/tmp/repos/locustio__locust/locust/stats.py",
"private/tmp/repos/locustio__locust/locust/web.py",
"private/tmp/repos/locustio__locust/locust/stats.py"
]
} | {
"anchor": "get_current_response_time_percentile",
"anchor_file": "private/tmp/repos/locustio__locust/locust/stats.py",
"anchor_source": "def get_current_response_time_percentile(self, percent: float) -> int | None:\n \"\"\"\n Calculate the *current* response time for a certain percentile. We use a... |
trpc__trpc__createTRPCOptionsResult__upstream__1hop_aee4c0 | trpc/trpc | upstream | 1 | {
"calls": [
"createUtilityFunctions",
"infiniteQueryOptions",
"queryOptions",
"useHookResult"
],
"call_files": [
"private/tmp/repos/trpc__trpc/packages/react-query/src/utils/createUtilityFunctions.ts",
"private/tmp/repos/trpc__trpc/packages/react-query/src/utils/createUtilityFunctions.ts"... | {
"anchor": "createTRPCOptionsResult",
"anchor_file": "private/tmp/repos/trpc__trpc/packages/react-query/src/internals/trpcResult.ts",
"anchor_source": "export function createTRPCOptionsResult(value: {\n path: readonly string[];\n}): TRPCQueryOptionsResult['trpc'] {\n const path = value.path.join('.');\n\n ret... |
encode__httpx__head__downstream__2hop_f06070 | encode/httpx | downstream | 2 | {
"hop_1": [
"request"
],
"hop_1_files": [
"private/tmp/repos/encode__httpx/httpx/_client.py"
],
"hop_2": [
"send",
"build_request"
],
"hop_2_files": [
"private/tmp/repos/encode__httpx/httpx/_client.py",
"private/tmp/repos/encode__httpx/httpx/_client.py"
]
} | {
"anchor": "head",
"anchor_file": "private/tmp/repos/encode__httpx/httpx/_client.py",
"anchor_source": "async def head(\n self,\n url: URL | str,\n *,\n params: QueryParamTypes | None = None,\n headers: HeaderTypes | None = None,\n cookies: CookieTypes | None = None,\n ... |
scrapy__scrapy___serialize_value__downstream__1hop_906c4b | scrapy/scrapy | downstream | 1 | {
"calls": [
"_serialize_item",
"export_item"
],
"call_files": [
"private/tmp/repos/scrapy__scrapy/scrapy/exporters.py",
"private/tmp/repos/scrapy__scrapy/scrapy/exporters.py"
]
} | {
"anchor": "_serialize_value",
"anchor_file": "private/tmp/repos/scrapy__scrapy/scrapy/exporters.py",
"anchor_source": "def _serialize_value(self, value: Any) -> Any:\n if isinstance(value, Item):\n return self.export_item(value)\n if isinstance(value, (str, bytes)):\n return ... |
sindresorhus__got__merge__upstream__1hop_3c4d8e | sindresorhus/got | upstream | 1 | {
"calls": [
"asPromise",
"constructor",
"extend"
],
"call_files": [
"private/tmp/repos/got/source/as-promise/index.ts",
"private/tmp/repos/got/source/core/options.ts",
"private/tmp/repos/got/source/create.ts"
]
} | {
"anchor": "merge",
"anchor_file": "private/tmp/repos/got/source/core/options.ts",
"anchor_source": "merge(options?: OptionsInit | Options) {\n\t\tif (!options) {\n\t\t\treturn;\n\t\t}\n\n\t\tif (options instanceof Options) {\n\t\t\t// Create a copy of the #init array to avoid infinite loop\n\t\t\t// when mergin... |
getpelican__pelican__get_files__downstream__1hop_ddd583 | getpelican/pelican | downstream | 1 | {
"calls": [
"_include_path"
],
"call_files": [
"private/tmp/repos/getpelican__pelican/pelican/generators.py"
]
} | {
"anchor": "get_files",
"anchor_file": "private/tmp/repos/getpelican__pelican/pelican/generators.py",
"anchor_source": "def get_files(\n self, paths, exclude: list[str] | None = None, extensions=None\n ) -> set[str]:\n \"\"\"Return a list of files to use, based on rules\n\n :param paths: ... |
psf__black__generate_matches__downstream__1hop_c45763 | psf/black | downstream | 1 | {
"calls": [
"_iterative_matches",
"_recursive_matches",
"_bare_name_matches"
],
"call_files": [
"private/tmp/repos/psf__black/src/blib2to3/pytree.py",
"private/tmp/repos/psf__black/src/blib2to3/pytree.py",
"private/tmp/repos/psf__black/src/blib2to3/pytree.py"
]
} | {
"anchor": "generate_matches",
"anchor_file": "private/tmp/repos/psf__black/src/blib2to3/pytree.py",
"anchor_source": "def generate_matches(self, nodes) -> Iterator[tuple[int, _Results]]:\n \"\"\"\n Generator yielding matches for a sequence of nodes.\n\n Args:\n nodes: sequence of... |
immerjs__immer__deepClonePatchValue__downstream__2hop_80c82c | immerjs/immer | downstream | 2 | {
"hop_1": [
"isDraftable",
"deepClonePatchValue"
],
"hop_1_files": [
"private/tmp/repos/immerjs__immer/src/utils/common.ts",
"private/tmp/repos/immerjs__immer/src/plugins/patches.ts"
],
"hop_2": [
"isPlainObject"
],
"hop_2_files": [
"private/tmp/repos/immerjs__immer/src/utils/comm... | {
"anchor": "deepClonePatchValue",
"anchor_file": "private/tmp/repos/immerjs__immer/src/plugins/patches.ts",
"anchor_source": "function deepClonePatchValue(obj: any) {\n\t\tif (!isDraftable(obj)) return obj\n\t\tif (isArray(obj)) return obj.map(deepClonePatchValue)\n\t\tif (isMap(obj))\n\t\t\treturn new Map(\n\t\... |
python-poetry__poetry____post_init____downstream__2hop_f10165 | python-poetry/poetry | downstream | 2 | {
"hop_1": [
"normalize"
],
"hop_1_files": [
"private/tmp/repos/python-poetry__poetry/src/poetry/config/config.py"
],
"hop_2": [
"is_reserved"
],
"hop_2_files": [
"private/tmp/repos/python-poetry__poetry/src/poetry/config/config.py"
]
} | {
"anchor": "__post_init__",
"anchor_file": "private/tmp/repos/python-poetry__poetry/src/poetry/config/config.py",
"anchor_source": "def __post_init__(self, policy: str | list[str] | None) -> None:\n if not policy:\n policy = []\n elif isinstance(policy, str):\n policy = self.n... |
immerjs__immer__getPlugin__downstream__1hop_c6cd21 | immerjs/immer | downstream | 1 | {
"calls": [
"die"
],
"call_files": [
"private/tmp/repos/immerjs__immer/src/utils/errors.ts"
]
} | {
"anchor": "getPlugin",
"anchor_file": "private/tmp/repos/immerjs__immer/src/utils/plugins.ts",
"anchor_source": "export function getPlugin<K extends keyof Plugins>(\n\tpluginKey: K\n): Exclude<Plugins[K], undefined> {\n\tconst plugin = plugins[pluginKey]\n\tif (!plugin) {\n\t\tdie(0, pluginKey)\n\t}\n\t// @ts-i... |
pallets__click__show__downstream__1hop_e3d15e | pallets/click | downstream | 1 | {
"calls": [
"echo",
"format_message",
"get_usage",
"get_text_stderr",
"get_help_option"
],
"call_files": [
"private/tmp/repos/pallets__click/src/click/utils.py",
"private/tmp/repos/pallets__click/src/click/exceptions.py",
"private/tmp/repos/pallets__click/src/click/core.py",
"... | {
"anchor": "show",
"anchor_file": "private/tmp/repos/pallets__click/src/click/exceptions.py",
"anchor_source": "def show(self, file: t.IO[t.Any] | None = None) -> None:\n if file is None:\n file = get_text_stderr()\n color = None\n hint = \"\"\n if (\n self.ctx i... |
locustio__locust__update_user_class__upstream__1hop_02bc18 | locustio/locust | upstream | 1 | {
"calls": [
"update_user",
"main",
"handle_message"
],
"call_files": [
"private/tmp/repos/locustio__locust/locust/web.py",
"private/tmp/repos/locustio__locust/locust/main.py",
"private/tmp/repos/locustio__locust/locust/runners.py"
]
} | {
"anchor": "update_user_class",
"anchor_file": "private/tmp/repos/locustio__locust/locust/env.py",
"anchor_source": "def update_user_class(self, user_settings):\n if isinstance(self.runner, MasterRunner):\n self.runner.send_message(\"update_user_class\", user_settings)\n\n user_class_nam... |
colinhacks__zod___parse__downstream__2hop_d31118 | colinhacks/zod | downstream | 2 | {
"hop_1": [
"_processInputParams",
"_parse"
],
"hop_1_files": [
"private/tmp/repos/colinhacks__zod/packages/zod/src/v3/types.ts",
"private/tmp/repos/colinhacks__zod/packages/zod/src/v3/types.ts"
],
"hop_2": [
"ParseStatus"
],
"hop_2_files": [
"private/tmp/repos/colinhacks__zod/pac... | {
"anchor": "_parse",
"anchor_file": "private/tmp/repos/colinhacks__zod/packages/zod/src/v3/types.ts",
"anchor_source": "_parse(input: ParseInput): ParseReturnType<this[\"_output\"]> {\n const { ctx } = this._processInputParams(input);\n let data = ctx.data;\n if (ctx.parsedType === ZodParsedType.undefin... |
getpelican__pelican__generate_context__downstream__1hop_ba2088 | getpelican/pelican | downstream | 1 | {
"calls": [
"add_source_path",
"_process",
"_add_failed_source_path",
"add_static_links",
"_update_context",
"get_files"
],
"call_files": [
"private/tmp/repos/getpelican__pelican/pelican/generators.py",
"private/tmp/repos/getpelican__pelican/pelican/generators.py",
"private/tm... | {
"anchor": "generate_context",
"anchor_file": "private/tmp/repos/getpelican__pelican/pelican/generators.py",
"anchor_source": "def generate_context(self):\n all_pages = []\n hidden_pages = []\n draft_pages = []\n for f in self.get_files(\n self.settings[\"PAGE_PATHS\"], exc... |
colinhacks__zod___parse__downstream__2hop_2fbd4a | colinhacks/zod | downstream | 2 | {
"hop_1": [
"mergeObjectAsync",
"_processInputParams",
"addIssueToContext",
"mergeObjectSync",
"constructor",
"_parse",
"ParseInputLazyPath"
],
"hop_1_files": [
"private/tmp/repos/colinhacks__zod/packages/zod/src/v3/helpers/parseUtil.ts",
"private/tmp/repos/colinhacks__zod/pac... | {
"anchor": "_parse",
"anchor_file": "private/tmp/repos/colinhacks__zod/packages/zod/src/v3/types.ts",
"anchor_source": "_parse(input: ParseInput): ParseReturnType<this[\"_output\"]> {\n const { status, ctx } = this._processInputParams(input);\n if (ctx.parsedType !== ZodParsedType.object) {\n addIssue... |
colinhacks__zod__date__downstream__1hop_2197a3 | colinhacks/zod | downstream | 1 | {
"calls": [
"_addCheck"
],
"call_files": [
"private/tmp/repos/colinhacks__zod/packages/zod/src/v3/types.ts"
]
} | {
"anchor": "date",
"anchor_file": "private/tmp/repos/colinhacks__zod/packages/zod/src/v3/types.ts",
"anchor_source": "date(message?: string) {\n return this._addCheck({ kind: \"date\", message });\n }",
"result_size": 1,
"created_at": "2026-03-20T16:58:16.474869+00:00"
} |
paramiko__paramiko__readinto__downstream__2hop_1597fd | paramiko/paramiko | downstream | 2 | {
"hop_1": [
"read"
],
"hop_1_files": [
"private/tmp/repos/paramiko/paramiko/file.py"
],
"hop_2": [
"_read"
],
"hop_2_files": [
"private/tmp/repos/paramiko/paramiko/file.py"
]
} | {
"anchor": "readinto",
"anchor_file": "private/tmp/repos/paramiko/paramiko/file.py",
"anchor_source": "def readinto(self, buff):\n \"\"\"\n Read up to ``len(buff)`` bytes into ``bytearray`` *buff* and return the\n number of bytes read.\n\n :returns:\n The number of bytes re... |
sindresorhus__got__isUnixSocketURL__upstream__1hop_d50ede | sindresorhus/got | upstream | 1 | {
"calls": [
"getUnixSocketPath",
"_onResponseBase"
],
"call_files": [
"private/tmp/repos/got/source/core/utils/is-unix-socket-url.ts",
"private/tmp/repos/got/source/core/index.ts"
]
} | {
"anchor": "isUnixSocketURL",
"anchor_file": "private/tmp/repos/got/source/core/utils/is-unix-socket-url.ts",
"anchor_source": "export default function isUnixSocketURL(url: URL) {\n\treturn url.protocol === 'unix:' || url.hostname === 'unix';\n}",
"result_size": 2,
"created_at": "2026-03-20T16:58:18.104721+0... |
node-fetch__node-fetch__json__downstream__2hop_a70069 | node-fetch/node-fetch | downstream | 2 | {
"hop_1": [
"text"
],
"hop_1_files": [
"private/tmp/repos/node-fetch__node-fetch/src/body.js"
],
"hop_2": [
"consumeBody"
],
"hop_2_files": [
"private/tmp/repos/node-fetch__node-fetch/src/body.js"
]
} | {
"anchor": "json",
"anchor_file": "private/tmp/repos/node-fetch__node-fetch/src/body.js",
"anchor_source": "async json() {\n\t\tconst text = await this.text();\n\t\treturn JSON.parse(text);\n\t}",
"result_size": 1,
"created_at": "2026-03-20T16:58:17.058449+00:00"
} |
colinhacks__zod___string__upstream__2hop_967b13 | colinhacks/zod | upstream | 2 | {
"hop_1": [
"string"
],
"hop_1_files": [
"private/tmp/repos/colinhacks__zod/packages/zod/src/v4/mini/schemas.ts"
],
"hop_2": [
"string",
"json"
],
"hop_2_files": [
"private/tmp/repos/colinhacks__zod/packages/zod/src/v4/classic/schemas.ts",
"private/tmp/repos/colinhacks__zod/packag... | {
"anchor": "_string",
"anchor_file": "private/tmp/repos/colinhacks__zod/packages/zod/src/v4/core/api.ts",
"anchor_source": "export function _string<T extends schemas.$ZodString>(\n Class: util.SchemaClass<T>,\n params?: string | $ZodStringParams\n): T {\n return new Class({\n type: \"string\",\n ...util... |
celery__celery__stats__downstream__2hop_f080fe | celery/celery | downstream | 2 | {
"hop_1": [
"Audit",
"run",
"report"
],
"hop_1_files": [
"private/tmp/repos/celery/celery/bin/logtool.py",
"private/tmp/repos/celery/celery/bin/logtool.py",
"private/tmp/repos/celery/celery/bin/logtool.py"
],
"hop_2": [
"feed",
"_task_counts"
],
"hop_2_files": [
"priva... | {
"anchor": "stats",
"anchor_file": "private/tmp/repos/celery/celery/bin/logtool.py",
"anchor_source": "@logtool.command(cls=CeleryCommand)\n@click.argument('files', nargs=-1)\n@click.pass_context\ndef stats(ctx, files):\n ctx.obj.echo(REPORT_FORMAT.format(\n **Audit().run(files).report()\n ))",
"r... |
colinhacks__zod__finite__downstream__2hop_9b70a1 | colinhacks/zod | downstream | 2 | {
"hop_1": [
"_addCheck"
],
"hop_1_files": [
"private/tmp/repos/colinhacks__zod/packages/zod/src/v3/types.ts"
],
"hop_2": [
"ZodNumber",
"constructor"
],
"hop_2_files": [
"private/tmp/repos/colinhacks__zod/packages/zod/src/v3/types.ts",
"private/tmp/repos/colinhacks__zod/packages/z... | {
"anchor": "finite",
"anchor_file": "private/tmp/repos/colinhacks__zod/packages/zod/src/v3/types.ts",
"anchor_source": "finite(message?: errorUtil.ErrMessage) {\n return this._addCheck({\n kind: \"finite\",\n message: errorUtil.toString(message),\n });\n }",
"result_size": 2,
"created_at": "... |
pallets__click__open_stream__upstream__1hop_a607df | pallets/click | upstream | 1 | {
"calls": [
"convert",
"open",
"open_file"
],
"call_files": [
"private/tmp/repos/pallets__click/src/click/types.py",
"private/tmp/repos/pallets__click/src/click/utils.py",
"private/tmp/repos/pallets__click/src/click/utils.py"
]
} | {
"anchor": "open_stream",
"anchor_file": "private/tmp/repos/pallets__click/src/click/_compat.py",
"anchor_source": "def open_stream(\n filename: str | os.PathLike[str],\n mode: str = \"r\",\n encoding: str | None = None,\n errors: str | None = \"strict\",\n atomic: bool = False,\n) -> tuple[t.IO[t... |
getpelican__pelican__handle_data__downstream__2hop_53ab41 | getpelican/pelican | downstream | 2 | {
"hop_1": [
"add_last_word",
"getoffset"
],
"hop_1_files": [
"private/tmp/repos/getpelican__pelican/pelican/utils.py",
"private/tmp/repos/getpelican__pelican/pelican/utils.py"
],
"hop_2": [
"add_word"
],
"hop_2_files": [
"private/tmp/repos/getpelican__pelican/pelican/utils.py"
]... | {
"anchor": "handle_data",
"anchor_file": "private/tmp/repos/getpelican__pelican/pelican/utils.py",
"anchor_source": "def handle_data(self, data: str) -> None:\n word_end = 0\n offset = self.getoffset()\n\n while self.words_found < self.max_words:\n match = self._word_regex.search(... |
pallets__flask___get_exc_class_and_code__upstream__1hop_c951cf | pallets/flask | upstream | 1 | {
"calls": [
"register_error_handler",
"_find_error_handler"
],
"call_files": [
"private/tmp/repos/flask/src/flask/sansio/scaffold.py",
"private/tmp/repos/flask/src/flask/sansio/app.py"
]
} | {
"anchor": "_get_exc_class_and_code",
"anchor_file": "private/tmp/repos/flask/src/flask/sansio/scaffold.py",
"anchor_source": "@staticmethod\n def _get_exc_class_and_code(\n exc_class_or_code: type[Exception] | int,\n ) -> tuple[type[Exception], int | None]:\n \"\"\"Get the exception class be... |
immerjs__immer__loadPlugin__upstream__1hop_548a88 | immerjs/immer | upstream | 1 | {
"calls": [
"enableArrayMethods",
"enableMapSet",
"enablePatches"
],
"call_files": [
"private/tmp/repos/immerjs__immer/src/plugins/arrayMethods.ts",
"private/tmp/repos/immerjs__immer/src/plugins/mapset.ts",
"private/tmp/repos/immerjs__immer/src/plugins/patches.ts"
]
} | {
"anchor": "loadPlugin",
"anchor_file": "private/tmp/repos/immerjs__immer/src/utils/plugins.ts",
"anchor_source": "export function loadPlugin<K extends keyof Plugins>(\n\tpluginKey: K,\n\timplementation: Plugins[K]\n): void {\n\tif (!plugins[pluginKey]) plugins[pluginKey] = implementation\n}",
"result_size": 3... |
node-fetch__node-fetch__redirect__downstream__2hop_c68adb | node-fetch/node-fetch | downstream | 2 | {
"hop_1": [
"Response",
"constructor"
],
"hop_1_files": [
"private/tmp/repos/node-fetch__node-fetch/src/response.js",
"private/tmp/repos/node-fetch__node-fetch/src/response.js"
],
"hop_2": [
"Headers",
"constructor",
"Body"
],
"hop_2_files": [
"private/tmp/repos/node-fetch... | {
"anchor": "redirect",
"anchor_file": "private/tmp/repos/node-fetch__node-fetch/src/response.js",
"anchor_source": "static redirect(url, status = 302) {\n\t\tif (!isRedirect(status)) {\n\t\t\tthrow new RangeError('Failed to execute \"redirect\" on \"response\": Invalid status code');\n\t\t}\n\n\t\treturn new Res... |
rq__rq__enqueue_dependents__upstream__2hop_75c6f2 | rq/rq | upstream | 2 | {
"hop_1": [
"handle_job_failure",
"handle_job_success",
"cleanup",
"cancel"
],
"hop_1_files": [
"private/tmp/repos/rq__rq/rq/worker/base.py",
"private/tmp/repos/rq__rq/rq/worker/base.py",
"private/tmp/repos/rq__rq/rq/registry.py",
"private/tmp/repos/rq__rq/rq/job.py"
],
"hop_2... | {
"anchor": "enqueue_dependents",
"anchor_file": "private/tmp/repos/rq__rq/rq/queue.py",
"anchor_source": "def enqueue_dependents(\n self,\n job: 'Job',\n pipeline: Optional['Pipeline'] = None,\n exclude_job_id: Optional[str] = None,\n refresh_job_status: bool = True,\n ):\n ... |
trpc__trpc__groupItems__upstream__2hop_fa2dea | trpc/trpc | upstream | 2 | {
"hop_1": [
"dispatch",
"dataLoader"
],
"hop_1_files": [
"private/tmp/repos/trpc__trpc/packages/client/src/internals/dataLoader.ts",
"private/tmp/repos/trpc__trpc/packages/client/src/internals/dataLoader.ts"
],
"hop_2": [
"httpBatchStreamLink",
"httpBatchLink"
],
"hop_2_files": [
... | {
"anchor": "groupItems",
"anchor_file": "private/tmp/repos/trpc__trpc/packages/client/src/internals/dataLoader.ts",
"anchor_source": "function groupItems(items: BatchItem<TKey, TValue>[]) {\n const groupedItems: BatchItem<TKey, TValue>[][] = [[]];\n let index = 0;\n while (true) {\n const item = it... |
trpc__trpc__getTRPCErrorFromUnknown__downstream__1hop_43bc90 | trpc/trpc | downstream | 1 | {
"calls": [
"TRPCError",
"constructor"
],
"call_files": [
"private/tmp/repos/trpc__trpc/packages/server/src/unstable-core-do-not-import/error/TRPCError.ts",
"private/tmp/repos/trpc__trpc/packages/server/src/unstable-core-do-not-import/error/TRPCError.ts"
]
} | {
"anchor": "getTRPCErrorFromUnknown",
"anchor_file": "private/tmp/repos/trpc__trpc/packages/server/src/unstable-core-do-not-import/error/TRPCError.ts",
"anchor_source": "export function getTRPCErrorFromUnknown(cause: unknown): TRPCError {\n if (cause instanceof TRPCError) {\n return cause;\n }\n if (cause ... |
psf__black__parse_atom__downstream__2hop_a8d9d1 | psf/black | downstream | 2 | {
"hop_1": [
"addarc",
"NFAState",
"parse_rhs",
"raise_error",
"expect",
"gettoken"
],
"hop_1_files": [
"private/tmp/repos/psf__black/src/blib2to3/pgen2/pgen.py",
"private/tmp/repos/psf__black/src/blib2to3/pgen2/pgen.py",
"private/tmp/repos/psf__black/src/blib2to3/pgen2/pgen.py... | {
"anchor": "parse_atom",
"anchor_file": "private/tmp/repos/psf__black/src/blib2to3/pgen2/pgen.py",
"anchor_source": "def parse_atom(self) -> tuple[\"NFAState\", \"NFAState\"]:\n # ATOM: '(' RHS ')' | NAME | STRING\n if self.value == \"(\":\n self.gettoken()\n a, z = self.parse... |
immerjs__immer__shallowCopy__upstream__1hop_1111c1 | immerjs/immer | upstream | 1 | {
"calls": [
"prepareCopy",
"currentImpl"
],
"call_files": [
"private/tmp/repos/immerjs__immer/src/core/proxy.ts",
"private/tmp/repos/immerjs__immer/src/core/current.ts"
]
} | {
"anchor": "shallowCopy",
"anchor_file": "private/tmp/repos/immerjs__immer/src/utils/common.ts",
"anchor_source": "export function shallowCopy(base: any, strict: StrictMode) {\n\tif (isMap(base)) {\n\t\treturn new Map(base)\n\t}\n\tif (isSet(base)) {\n\t\treturn new Set(base)\n\t}\n\tif (isArray(base)) return Ar... |
pallets__jinja__iter_child_nodes__upstream__1hop_97918d | pallets/jinja | upstream | 1 | {
"calls": [
"visit_For",
"_simple_visit",
"set_ctx",
"set_environment",
"set_lineno",
"generic_visit",
"find_all",
"visit_CallBlock"
],
"call_files": [
"private/tmp/repos/pallets__jinja/src/jinja2/compiler.py",
"private/tmp/repos/pallets__jinja/src/jinja2/idtracking.py",
... | {
"anchor": "iter_child_nodes",
"anchor_file": "private/tmp/repos/pallets__jinja/src/jinja2/nodes.py",
"anchor_source": "def iter_child_nodes(\n self,\n exclude: t.Container[str] | None = None,\n only: t.Container[str] | None = None,\n ) -> t.Iterator[\"Node\"]:\n \"\"\"Iterates ove... |
encode__django-rest-framework__options__downstream__2hop_7ecc48 | encode/django-rest-framework | downstream | 2 | {
"hop_1": [
"options"
],
"hop_1_files": [
"private/tmp/repos/django-rest-framework/rest_framework/test.py"
],
"hop_2": [
"_encode_data",
"generic"
],
"hop_2_files": [
"private/tmp/repos/django-rest-framework/rest_framework/test.py",
"private/tmp/repos/django-rest-framework/rest_fr... | {
"anchor": "options",
"anchor_file": "private/tmp/repos/django-rest-framework/rest_framework/test.py",
"anchor_source": "def options(self, path, data=None, format=None, content_type=None,\n follow=False, **extra):\n response = super().options(\n path, data=data, format=format, co... |
immerjs__immer__leaveScope__upstream__1hop_b60e02 | immerjs/immer | upstream | 1 | {
"calls": [
"createDraft",
"revokeScope"
],
"call_files": [
"private/tmp/repos/immerjs__immer/src/core/immerClass.ts",
"private/tmp/repos/immerjs__immer/src/core/scope.ts"
]
} | {
"anchor": "leaveScope",
"anchor_file": "private/tmp/repos/immerjs__immer/src/core/scope.ts",
"anchor_source": "export function leaveScope(scope: ImmerScope) {\n\tif (scope === currentScope) {\n\t\tcurrentScope = scope.parent_\n\t}\n}",
"result_size": 2,
"created_at": "2026-03-20T16:58:16.801413+00:00",
"f... |
immerjs__immer__updateDraftInParent__upstream__2hop_018d36 | immerjs/immer | upstream | 2 | {
"hop_1": [
"childCleanup",
"registerChildFinalizationCallback",
"handleCrossReference",
"crossReferenceCleanup"
],
"hop_1_files": [
"private/tmp/repos/immerjs__immer/src/core/finalize.ts",
"private/tmp/repos/immerjs__immer/src/core/finalize.ts",
"private/tmp/repos/immerjs__immer/src/... | {
"anchor": "updateDraftInParent",
"anchor_file": "private/tmp/repos/immerjs__immer/src/core/finalize.ts",
"anchor_source": "export function updateDraftInParent(\n\tparent: ImmerState,\n\tdraftValue: any,\n\tfinalizedValue: any,\n\toriginalKey?: string | number | symbol\n): void {\n\tconst parentCopy = latest(par... |
colinhacks__zod__array__downstream__1hop_c6a210 | colinhacks/zod | downstream | 1 | {
"calls": [
"ZodArray"
],
"call_files": [
"private/tmp/repos/colinhacks__zod/packages/zod/src/v3/types.ts"
]
} | {
"anchor": "array",
"anchor_file": "private/tmp/repos/colinhacks__zod/packages/zod/src/v3/types.ts",
"anchor_source": "array(): ZodArray<this> {\n return ZodArray.create(this);\n }",
"result_size": 1,
"created_at": "2026-03-20T16:58:16.474869+00:00"
} |
encode__django-rest-framework___get_forward_relationships__downstream__1hop_4e4f4f | encode/django-rest-framework | downstream | 1 | {
"calls": [
"_get_to_field"
],
"call_files": [
"private/tmp/repos/django-rest-framework/rest_framework/utils/model_meta.py"
]
} | {
"anchor": "_get_forward_relationships",
"anchor_file": "private/tmp/repos/django-rest-framework/rest_framework/utils/model_meta.py",
"anchor_source": "def _get_forward_relationships(opts):\n \"\"\"\n Returns a dict of field names to `RelationInfo`.\n \"\"\"\n forward_relations = {}\n for field in... |
pytest-dev__pytest__write__downstream__2hop_8c4e69 | pytest-dev/pytest | downstream | 2 | {
"hop_1": [
"write_raw",
"markup"
],
"hop_1_files": [
"private/tmp/repos/pytest-dev__pytest/src/_pytest/_io/terminalwriter.py",
"private/tmp/repos/pytest-dev__pytest/src/_pytest/_io/terminalwriter.py"
],
"hop_2": [
"flush"
],
"hop_2_files": [
"private/tmp/repos/pytest-dev__pytest/... | {
"anchor": "write",
"anchor_file": "private/tmp/repos/pytest-dev__pytest/src/_pytest/_io/terminalwriter.py",
"anchor_source": "def write(self, msg: str, *, flush: bool = False, **markup: bool) -> None:\n if msg:\n current_line = msg.rsplit(\"\\n\", 1)[-1]\n if \"\\n\" in msg:\n ... |
rq__rq__set_current_job_id__upstream__1hop_2d87d7 | rq/rq | upstream | 1 | {
"calls": [
"prepare_job_execution",
"cleanup_execution"
],
"call_files": [
"private/tmp/repos/rq__rq/rq/worker/base.py",
"private/tmp/repos/rq__rq/rq/executions.py"
]
} | {
"anchor": "set_current_job_id",
"anchor_file": "private/tmp/repos/rq__rq/rq/worker/base.py",
"anchor_source": "def set_current_job_id(self, job_id: Optional[str] = None, pipeline: Optional['Pipeline'] = None):\n \"\"\"Sets the current job id.\n If `None` is used it will delete the current job key.... |
immerjs__immer__applyPatches___downstream__1hop_187bc3 | immerjs/immer | downstream | 1 | {
"calls": [
"die",
"getArchtype",
"deepClonePatchValue"
],
"call_files": [
"private/tmp/repos/immerjs__immer/src/utils/errors.ts",
"private/tmp/repos/immerjs__immer/src/utils/common.ts",
"private/tmp/repos/immerjs__immer/src/plugins/patches.ts"
]
} | {
"anchor": "applyPatches_",
"anchor_file": "private/tmp/repos/immerjs__immer/src/plugins/patches.ts",
"anchor_source": "function applyPatches_<T>(draft: T, patches: readonly Patch[]): T {\n\t\tpatches.forEach(patch => {\n\t\t\tconst {path, op} = patch\n\n\t\t\tlet base: any = draft\n\t\t\tfor (let i = 0; i < pat... |
pallets__jinja__preprocess__upstream__1hop_b951e2 | pallets/jinja | upstream | 1 | {
"calls": [
"babel_extract",
"_tokenize"
],
"call_files": [
"private/tmp/repos/pallets__jinja/src/jinja2/ext.py",
"private/tmp/repos/pallets__jinja/src/jinja2/environment.py"
]
} | {
"anchor": "preprocess",
"anchor_file": "private/tmp/repos/pallets__jinja/src/jinja2/environment.py",
"anchor_source": "def preprocess(\n self,\n source: str,\n name: str | None = None,\n filename: str | None = None,\n ) -> str:\n \"\"\"Preprocesses the source with all exten... |
trpc__trpc__startIfNeeded__upstream__2hop_3c32dd | trpc/trpc | upstream | 2 | {
"hop_1": [
"share"
],
"hop_1_files": [
"private/tmp/repos/trpc__trpc/packages/server/src/observable/operators.ts"
],
"hop_2": [
"$request",
"dedupeLink"
],
"hop_2_files": [
"private/tmp/repos/trpc__trpc/packages/client/src/internals/TRPCUntypedClient.ts",
"private/tmp/repos/trpc_... | {
"anchor": "startIfNeeded",
"anchor_file": "private/tmp/repos/trpc__trpc/packages/server/src/observable/operators.ts",
"anchor_source": "function startIfNeeded() {\n if (subscription) {\n return;\n }\n subscription = source.subscribe({\n next(value) {\n for (const observer o... |
sindresorhus__got___final__downstream__1hop_62edea | sindresorhus/got | downstream | 1 | {
"calls": [
"_emitUploadComplete"
],
"call_files": [
"private/tmp/repos/got/source/core/index.ts"
]
} | {
"anchor": "_final",
"anchor_file": "private/tmp/repos/got/source/core/index.ts",
"anchor_source": "override _final(callback: (error?: Error | null) => void): void { // eslint-disable-line @typescript-eslint/no-restricted-types\n\t\tconst endRequest = (): void => {\n\t\t\tif (this._skipRequestEndInFinal) {\n\t\t... |
pallets__flask__add_url_rule__downstream__1hop_e049a9 | pallets/flask | downstream | 1 | {
"calls": [
"App",
"_endpoint_from_view_func"
],
"call_files": [
"private/tmp/repos/flask/src/flask/sansio/app.py",
"private/tmp/repos/flask/src/flask/sansio/scaffold.py"
]
} | {
"anchor": "add_url_rule",
"anchor_file": "private/tmp/repos/flask/src/flask/sansio/app.py",
"anchor_source": "@setupmethod\n def add_url_rule(\n self,\n rule: str,\n endpoint: str | None = None,\n view_func: ft.RouteCallable | None = None,\n provide_automatic_options: bool ... |
trpc__trpc__resetIfNeeded__upstream__2hop_9315ab | trpc/trpc | upstream | 2 | {
"hop_1": [
"unsubscribe",
"share"
],
"hop_1_files": [
"private/tmp/repos/trpc__trpc/packages/server/src/observable/operators.ts",
"private/tmp/repos/trpc__trpc/packages/server/src/observable/operators.ts"
],
"hop_2": [
"$request",
"dedupeLink"
],
"hop_2_files": [
"private/tmp... | {
"anchor": "resetIfNeeded",
"anchor_file": "private/tmp/repos/trpc__trpc/packages/server/src/observable/operators.ts",
"anchor_source": "function resetIfNeeded() {\n // \"resetOnRefCountZero\"\n if (refCount === 0 && subscription) {\n const _sub = subscription;\n subscription = null;\n ... |
locustio__locust__reset__upstream__2hop_8aca58 | locustio/locust | upstream | 2 | {
"hop_1": [
"get_stripped_report",
"reset_all"
],
"hop_1_files": [
"private/tmp/repos/locustio__locust/locust/stats.py",
"private/tmp/repos/locustio__locust/locust/stats.py"
],
"hop_2": [
"serialize_stats",
"on_spawning_complete",
"on_report_to_master",
"reset_stats",
"set... | {
"anchor": "reset",
"anchor_file": "private/tmp/repos/locustio__locust/locust/stats.py",
"anchor_source": "def reset(self):\n self.start_time = time.time()\n self.num_requests = 0\n self.num_none_requests = 0\n self.num_failures = 0\n self.total_response_time = 0\n self.... |
colinhacks__zod__extractDefs__upstream__1hop_5a6b89 | colinhacks/zod | upstream | 1 | {
"calls": [
"toJSONSchema",
"emit"
],
"call_files": [
"private/tmp/repos/colinhacks__zod/packages/zod/src/v4/core/json-schema-processors.ts",
"private/tmp/repos/colinhacks__zod/packages/zod/src/v4/core/json-schema-generator.ts"
]
} | {
"anchor": "extractDefs",
"anchor_file": "private/tmp/repos/colinhacks__zod/packages/zod/src/v4/core/to-json-schema.ts",
"anchor_source": "export function extractDefs<T extends schemas.$ZodType>(\n ctx: ToJSONSchemaContext,\n schema: T\n // params: EmitParams\n): void {\n // iterate over seen map;\n const r... |
python-poetry__poetry___links_to_data__downstream__2hop_ecfe64 | python-poetry/poetry | downstream | 2 | {
"hop_1": [
"calculate_sha256",
"_get_info_from_links"
],
"hop_1_files": [
"private/tmp/repos/python-poetry__poetry/src/poetry/repositories/http_repository.py",
"private/tmp/repos/python-poetry__poetry/src/poetry/repositories/http_repository.py"
],
"hop_2": [
"_get_info_from_metadata",
... | {
"anchor": "_links_to_data",
"anchor_file": "private/tmp/repos/python-poetry__poetry/src/poetry/repositories/http_repository.py",
"anchor_source": "def _links_to_data(self, links: list[Link], data: PackageInfo) -> dict[str, Any]:\n if not links:\n raise PackageNotFoundError(\n f'... |
trpc__trpc__fetchHTTPResponse__upstream__1hop_ac1c4b | trpc/trpc | upstream | 1 | {
"calls": [
"httpRequest",
"fetch",
"httpBatchStreamLink"
],
"call_files": [
"private/tmp/repos/trpc__trpc/packages/client/src/links/internals/httpUtils.ts",
"private/tmp/repos/trpc__trpc/packages/client/src/links/httpBatchStreamLink.ts",
"private/tmp/repos/trpc__trpc/packages/client/src/... | {
"anchor": "fetchHTTPResponse",
"anchor_file": "private/tmp/repos/trpc__trpc/packages/client/src/links/internals/httpUtils.ts",
"anchor_source": "export async function fetchHTTPResponse(opts: HTTPRequestOptions) {\n throwIfAborted(opts.signal);\n\n const url = opts.getUrl(opts);\n const body = opts.getBody(op... |
pallets__click__complete__downstream__2hop_c48eeb | pallets/click | downstream | 2 | {
"hop_1": [
"get_completion_args",
"format_completion",
"get_completions"
],
"hop_1_files": [
"private/tmp/repos/pallets__click/src/click/shell_completion.py",
"private/tmp/repos/pallets__click/src/click/shell_completion.py",
"private/tmp/repos/pallets__click/src/click/shell_completion.py... | {
"anchor": "complete",
"anchor_file": "private/tmp/repos/pallets__click/src/click/shell_completion.py",
"anchor_source": "def complete(self) -> str:\n \"\"\"Produce the completion data to send back to the shell.\n\n By default this calls :meth:`get_completion_args`, gets the\n completions, t... |
colinhacks__zod__refinement__downstream__2hop_b25424 | colinhacks/zod | downstream | 2 | {
"hop_1": [
"_refinement"
],
"hop_1_files": [
"private/tmp/repos/colinhacks__zod/packages/zod/src/v3/types.ts"
],
"hop_2": [
"constructor",
"ZodEffects"
],
"hop_2_files": [
"private/tmp/repos/colinhacks__zod/packages/zod/src/v3/types.ts",
"private/tmp/repos/colinhacks__zod/package... | {
"anchor": "refinement",
"anchor_file": "private/tmp/repos/colinhacks__zod/packages/zod/src/v3/types.ts",
"anchor_source": "refinement(\n check: (arg: Output) => unknown,\n refinementData: IssueData | ((arg: Output, ctx: RefinementCtx) => IssueData)\n ): ZodEffects<this, Output, Input> {\n return this.... |
colinhacks__zod__custom__downstream__1hop_125899 | colinhacks/zod | downstream | 1 | {
"calls": [
"ZodAny",
"superRefine",
"cleanParams"
],
"call_files": [
"private/tmp/repos/colinhacks__zod/packages/zod/src/v3/types.ts",
"private/tmp/repos/colinhacks__zod/packages/zod/src/v3/types.ts",
"private/tmp/repos/colinhacks__zod/packages/zod/src/v3/types.ts"
]
} | {
"anchor": "custom",
"anchor_file": "private/tmp/repos/colinhacks__zod/packages/zod/src/v3/types.ts",
"anchor_source": "export function custom<T>(\n check?: (data: any) => any,\n _params: string | CustomParams | ((input: any) => CustomParams) = {},\n /**\n * @deprecated\n *\n * Pass `fatal` into the par... |
trpc__trpc__splitLink__downstream__1hop_f7a3a4 | trpc/trpc | downstream | 1 | {
"calls": [
"subscribe",
"asArray"
],
"call_files": [
"private/tmp/repos/trpc__trpc/packages/server/src/observable/types.ts",
"private/tmp/repos/trpc__trpc/packages/client/src/links/splitLink.ts"
]
} | {
"anchor": "splitLink",
"anchor_file": "private/tmp/repos/trpc__trpc/packages/client/src/links/splitLink.ts",
"anchor_source": "export function splitLink<TRouter extends AnyRouter = AnyRouter>(opts: {\n condition: (op: Operation) => boolean;\n /**\n * The link to execute next if the test function returns `tr... |
immerjs__immer__scenario_update__downstream__1hop_2918dc | immerjs/immer | downstream | 1 | {
"calls": [
"createInitialState"
],
"call_files": [
"private/tmp/repos/immerjs__immer/perf-testing/immutability-profiling.mjs"
]
} | {
"anchor": "scenario_update",
"anchor_file": "private/tmp/repos/immerjs__immer/perf-testing/immutability-profiling.mjs",
"anchor_source": "function scenario_update() {\n\tconst initialState = createInitialState()\n\tfor (let j = 0; j < MAX; j++) {\n\t\timmerReducer(initialState, actions.update(j))\n\t}\n}",
"r... |
immerjs__immer__registerChildFinalizationCallback__upstream__2hop_d115b9 | immerjs/immer | upstream | 2 | {
"hop_1": [
"createProxy"
],
"hop_1_files": [
"private/tmp/repos/immerjs__immer/src/core/immerClass.ts"
],
"hop_2": [
"createDraft",
"enableMapSet",
"prepareSetCopy",
"get"
],
"hop_2_files": [
"private/tmp/repos/immerjs__immer/src/core/immerClass.ts",
"private/tmp/repos/im... | {
"anchor": "registerChildFinalizationCallback",
"anchor_file": "private/tmp/repos/immerjs__immer/src/core/finalize.ts",
"anchor_source": "export function registerChildFinalizationCallback(\n\tparent: ImmerState,\n\tchild: ImmerState,\n\tkey: string | number | symbol\n) {\n\tparent.callbacks_.push(function childC... |
psf__black__visit_Assign__downstream__1hop_cc7d7c | psf/black | downstream | 1 | {
"calls": [
"OffsetAndMagic",
"_get_str_args"
],
"call_files": [
"private/tmp/repos/psf__black/src/black/handle_ipynb_magics.py",
"private/tmp/repos/psf__black/src/black/handle_ipynb_magics.py"
]
} | {
"anchor": "visit_Assign",
"anchor_file": "private/tmp/repos/psf__black/src/black/handle_ipynb_magics.py",
"anchor_source": "def visit_Assign(self, node: ast.Assign) -> None:\n \"\"\"Look for system assign magics.\n\n For example,\n\n black_version = !black --version\n env = %... |
colinhacks__zod__prefixIssues__upstream__1hop_28a772 | colinhacks/zod | upstream | 1 | {
"calls": [
"handlePropertyResult",
"handleCheckPropertyResult",
"handleMapResult",
"handleArrayResult",
"handleTupleResult",
"parse"
],
"call_files": [
"private/tmp/repos/colinhacks__zod/packages/zod/src/v4/core/schemas.ts",
"private/tmp/repos/colinhacks__zod/packages/zod/src/v4/... | {
"anchor": "prefixIssues",
"anchor_file": "private/tmp/repos/colinhacks__zod/packages/zod/src/v4/core/util.ts",
"anchor_source": "export function prefixIssues(path: PropertyKey, issues: errors.$ZodRawIssue[]): errors.$ZodRawIssue[] {\n return issues.map((iss) => {\n (iss as any).path ??= [];\n (iss as any... |
pallets__jinja__new_context__upstream__1hop_4f8002 | pallets/jinja | upstream | 1 | {
"calls": [
"render_async",
"make_module",
"generate",
"render",
"generate_async",
"make_module_async"
],
"call_files": [
"private/tmp/repos/pallets__jinja/src/jinja2/nativetypes.py",
"private/tmp/repos/pallets__jinja/src/jinja2/environment.py",
"private/tmp/repos/pallets__jin... | {
"anchor": "new_context",
"anchor_file": "private/tmp/repos/pallets__jinja/src/jinja2/environment.py",
"anchor_source": "def new_context(\n self,\n vars: dict[str, t.Any] | None = None,\n shared: bool = False,\n locals: t.Mapping[str, t.Any] | None = None,\n ) -> Context:\n ... |
python-poetry__poetry___get_credentials_for_url__downstream__1hop_330f78 | python-poetry/poetry | downstream | 1 | {
"calls": [
"_get_credentials_for_repository"
],
"call_files": [
"private/tmp/repos/python-poetry__poetry/src/poetry/utils/authenticator.py"
]
} | {
"anchor": "_get_credentials_for_url",
"anchor_file": "private/tmp/repos/python-poetry__poetry/src/poetry/utils/authenticator.py",
"anchor_source": "def _get_credentials_for_url(\n self, url: str, exact_match: bool = False\n ) -> HTTPAuthCredential:\n repository = self.get_repository_config_for_... |
pallets__click__get_help_option__upstream__1hop_4574d5 | pallets/click | upstream | 1 | {
"calls": [
"get_params",
"show"
],
"call_files": [
"private/tmp/repos/pallets__click/src/click/core.py",
"private/tmp/repos/pallets__click/src/click/exceptions.py"
]
} | {
"anchor": "get_help_option",
"anchor_file": "private/tmp/repos/pallets__click/src/click/core.py",
"anchor_source": "def get_help_option(self, ctx: Context) -> Option | None:\n \"\"\"Returns the help option object.\n\n Skipped if :attr:`add_help_option` is ``False``.\n\n .. versionchanged:: ... |
rq__rq__retry__upstream__2hop_0febf0 | rq/rq | upstream | 2 | {
"hop_1": [
"handle_job_failure",
"cleanup"
],
"hop_1_files": [
"private/tmp/repos/rq__rq/rq/worker/base.py",
"private/tmp/repos/rq__rq/rq/registry.py"
],
"hop_2": [
"perform_job",
"clean_registries",
"handle_job_retry",
"monitor_work_horse",
"get_job_and_execution_ids",
... | {
"anchor": "retry",
"anchor_file": "private/tmp/repos/rq__rq/rq/job.py",
"anchor_source": "def retry(self, queue: 'Queue', pipeline: 'Pipeline'):\n \"\"\"Should be called when a job was enqueued with queue.enqueue(retry=Retry(...)) raises an exception.\n\n Requeues or schedules the job for executio... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.