
GITHUB . COM {
}
Detected CMS Systems:
- Wordpress (2 occurrences)
Title:
NameError: name 'SchemaExtraCallable' is not defined Β· Issue #1614 Β· pydantic/pydantic
Description:
Bug https://github.com/pawamoy/pytkdocs/pull/41/checks?check_run_id=747827745 pydantic version: 1.5.1 pydantic compiled: False install path: /home/pawamoy/.cache/pypoetry/virtualenvs/pytkdocs-LMVK1zAi-py3.7/lib/python3.7/site-packages/py...
Website Age:
17 years and 8 months (reg. 2007-10-09).
Matching Content Categories {π}
- Technology & Computing
- Video & Online Content
- Personal Finance
Content Management System {π}
What CMS is github.com built with?
Github.com employs WORDPRESS.
Traffic Estimate {π}
What is the average monthly size of github.com audience?
ππ Tremendous Traffic: 10M - 20M visitors per month
Based on our best estimate, this website will receive around 10,000,019 visitors per month in the current month.
However, some sources were not loaded, we suggest to reload the page to get complete results.
check SE Ranking
check Ahrefs
check Similarweb
check Ubersuggest
check Semrush
How Does Github.com Make Money? {πΈ}
Subscription Packages {π³}
We've located a dedicated page on github.com that might include details about subscription plans or recurring payments. We identified it based on the word pricing in one of its internal links. Below, you'll find additional estimates for its monthly recurring revenues.How Much Does Github.com Make? {π°}
Subscription Packages {π³}
Prices on github.com are in US Dollars ($).
They range from $4.00/month to $21.00/month.
We estimate that the site has approximately 4,989,889 paying customers.
The estimated monthly recurring revenue (MRR) is $20,957,532.
The estimated annual recurring revenues (ARR) are $251,490,385.
Wordpress Themes and Plugins {π¨}
What WordPress theme does this site use?
It is strange but we were not able to detect any theme on the page.
What WordPress plugins does this website use?
It is strange but we were not able to detect any plugins on the page.
Keywords {π}
pydantic, file, line, issue, bug, type, homepawamoybasherpackagespyenvpyenvversionslibpythontypingpy, localns, fix, sign, schemaextracallable, hints, baseconfig, samuelcolvin, nameerror, defined, globalns, added, prettywood, navigation, pull, requests, actions, security, closed, pawamoy, version, import, typing, module, evaltype, evargs, tupleevaltypea, targs, pytkdocs, reporting, related, github, projects, milestone, footer, skip, content, menu, product, solutions, resources, open, source, enterprise,
Topics {βοΈ}
cache/pypoetry/virtualenvs/pytkdocs-lmvk1zai-py3 basher-packages/pyenv/pyenv/versions/3 /pawamoy/pytkdocs/pull/41/checks personal information nameerror support pydantic models automatically introspect classes output structured data comment metadata assignees 85b0add prettywood mentioned pydantic v1 bug /home/pawamoy/ 7/lib/python3 15-arch1-1-x86_64 recent call 5/lib/python3 bring autodoc forward ref kindly fixed projects milestone milestone relationships type hints type projects easy fix 2a06461 fix pydantic pytkdocs python' //github github 7/typing typing defined type fix = _eval_type _eval_type _evaluate baseconfig file skip jump sign 'schemaextracallable' default apr 27 2020 [gcc 9 linux-5 installed basemodel
Payment Methods {π}
- Braintree
Questions {β}
- Already have an account?
- Maybe there's an easy fix?
- Now you could wonder, "why are you doing this?
- Com/pawamoy/pytkdocs/pull/41/checks?
Schema {πΊοΈ}
DiscussionForumPosting:
context:https://schema.org
headline:NameError: name 'SchemaExtraCallable' is not defined
articleBody:# Bug
https://github.com/pawamoy/pytkdocs/pull/41/checks?check_run_id=747827745
```
pydantic version: 1.5.1
pydantic compiled: False
install path: /home/pawamoy/.cache/pypoetry/virtualenvs/pytkdocs-LMVK1zAi-py3.7/lib/python3.7/site-packages/pydantic
python version: 3.7.5 (default, Apr 27 2020, 16:40:42) [GCC 9.3.0]
platform: Linux-5.6.15-arch1-1-x86_64-with-arch
optional deps. installed: ['typing-extensions']
```
```py
>>> import typing
>>> import pydantic
>>>
>>> class M(pydantic.BaseModel):
... a: int
...
>>> typing.get_type_hints(M.__config__)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/pawamoy/.basher-packages/pyenv/pyenv/versions/3.7.5/lib/python3.7/typing.py", line 976, in get_type_hints
value = _eval_type(value, base_globals, localns)
File "/home/pawamoy/.basher-packages/pyenv/pyenv/versions/3.7.5/lib/python3.7/typing.py", line 265, in _eval_type
ev_args = tuple(_eval_type(a, globalns, localns) for a in t.__args__)
File "/home/pawamoy/.basher-packages/pyenv/pyenv/versions/3.7.5/lib/python3.7/typing.py", line 265, in <genexpr>
ev_args = tuple(_eval_type(a, globalns, localns) for a in t.__args__)
File "/home/pawamoy/.basher-packages/pyenv/pyenv/versions/3.7.5/lib/python3.7/typing.py", line 263, in _eval_type
return t._evaluate(globalns, localns)
File "/home/pawamoy/.basher-packages/pyenv/pyenv/versions/3.7.5/lib/python3.7/typing.py", line 467, in _evaluate
eval(self.__forward_code__, globalns, localns),
File "<string>", line 1, in <module>
NameError: name 'SchemaExtraCallable' is not defined
```
Now you could wonder, *"why are you doing this?"*, and you would be right to do so. Well, I'm writing a package that automatically introspect classes and all their members to output structured data in JSON (it's `pytkdocs`, used by `mkdocstrings` to bring autodoc for MkDocs, and `pytkdocs` tries to support Pydantic models).
I'm just reporting for the sake of it. Maybe there's an easy fix? Maybe it's a bug in Python's `typing`? Maybe it's expected because `SchemaExtraCallable` is a forward ref in this context?
Anyway, I'm catching the error for now, so it's fine if you want to close the issue :slightly_smiling_face:
author:
url:https://github.com/pawamoy
type:Person
name:pawamoy
datePublished:2020-06-08T17:55:51.000Z
interactionStatistic:
type:InteractionCounter
interactionType:https://schema.org/CommentAction
userInteractionCount:1
url:https://github.com/1614/pydantic/issues/1614
context:https://schema.org
headline:NameError: name 'SchemaExtraCallable' is not defined
articleBody:# Bug
https://github.com/pawamoy/pytkdocs/pull/41/checks?check_run_id=747827745
```
pydantic version: 1.5.1
pydantic compiled: False
install path: /home/pawamoy/.cache/pypoetry/virtualenvs/pytkdocs-LMVK1zAi-py3.7/lib/python3.7/site-packages/pydantic
python version: 3.7.5 (default, Apr 27 2020, 16:40:42) [GCC 9.3.0]
platform: Linux-5.6.15-arch1-1-x86_64-with-arch
optional deps. installed: ['typing-extensions']
```
```py
>>> import typing
>>> import pydantic
>>>
>>> class M(pydantic.BaseModel):
... a: int
...
>>> typing.get_type_hints(M.__config__)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/pawamoy/.basher-packages/pyenv/pyenv/versions/3.7.5/lib/python3.7/typing.py", line 976, in get_type_hints
value = _eval_type(value, base_globals, localns)
File "/home/pawamoy/.basher-packages/pyenv/pyenv/versions/3.7.5/lib/python3.7/typing.py", line 265, in _eval_type
ev_args = tuple(_eval_type(a, globalns, localns) for a in t.__args__)
File "/home/pawamoy/.basher-packages/pyenv/pyenv/versions/3.7.5/lib/python3.7/typing.py", line 265, in <genexpr>
ev_args = tuple(_eval_type(a, globalns, localns) for a in t.__args__)
File "/home/pawamoy/.basher-packages/pyenv/pyenv/versions/3.7.5/lib/python3.7/typing.py", line 263, in _eval_type
return t._evaluate(globalns, localns)
File "/home/pawamoy/.basher-packages/pyenv/pyenv/versions/3.7.5/lib/python3.7/typing.py", line 467, in _evaluate
eval(self.__forward_code__, globalns, localns),
File "<string>", line 1, in <module>
NameError: name 'SchemaExtraCallable' is not defined
```
Now you could wonder, *"why are you doing this?"*, and you would be right to do so. Well, I'm writing a package that automatically introspect classes and all their members to output structured data in JSON (it's `pytkdocs`, used by `mkdocstrings` to bring autodoc for MkDocs, and `pytkdocs` tries to support Pydantic models).
I'm just reporting for the sake of it. Maybe there's an easy fix? Maybe it's a bug in Python's `typing`? Maybe it's expected because `SchemaExtraCallable` is a forward ref in this context?
Anyway, I'm catching the error for now, so it's fine if you want to close the issue :slightly_smiling_face:
author:
url:https://github.com/pawamoy
type:Person
name:pawamoy
datePublished:2020-06-08T17:55:51.000Z
interactionStatistic:
type:InteractionCounter
interactionType:https://schema.org/CommentAction
userInteractionCount:1
url:https://github.com/1614/pydantic/issues/1614
Person:
url:https://github.com/pawamoy
name:pawamoy
url:https://github.com/pawamoy
name:pawamoy
InteractionCounter:
interactionType:https://schema.org/CommentAction
userInteractionCount:1
interactionType:https://schema.org/CommentAction
userInteractionCount:1
External Links {π}(2)
Analytics and Tracking {π}
- Site Verification - Google
Libraries {π}
- Clipboard.js
- D3.js
- Lodash
Emails and Hosting {βοΈ}
Mail Servers:
- aspmx.l.google.com
- alt1.aspmx.l.google.com
- alt2.aspmx.l.google.com
- alt3.aspmx.l.google.com
- alt4.aspmx.l.google.com
Name Servers:
- dns1.p08.nsone.net
- dns2.p08.nsone.net
- dns3.p08.nsone.net
- dns4.p08.nsone.net
- ns-1283.awsdns-32.org
- ns-1707.awsdns-21.co.uk
- ns-421.awsdns-52.com
- ns-520.awsdns-01.net