I hereby claim:
- I am robinvandernoord on github.
- I am robin_edwh (https://keybase.io/robin_edwh) on keybase.
- I have a public key ASDd0Y5BVr8aICsHAjnXX0Gauuarumk7zpiTld2mt4p4dQo
To claim this, I am signing this object:
kpgng1 = (1,) | |
def Return(it): | |
print(it) | |
def cnvrttstrng2(it): | |
return str(it) | |
class parse_json: | |
str = '' | |
def __init__(s, str): | |
s.str = str | |
mnitm3 = s.str |
// 20220419152812 | |
// https://all-apis.nocodb.com/swagger.json | |
{ | |
"openapi": "3.1.0", | |
"info": { | |
"title": "nocodb", | |
"version": "1.0" | |
}, | |
"servers": [ |
{ | |
"openapi": "3.1.0", | |
"info": { | |
"title": "nocodb", | |
"version": "1.0" | |
}, | |
"servers": [ | |
{ | |
"url": "http://localhost:8080" | |
} |
I hereby claim:
To claim this, I am signing this object:
import typing as t | |
# Define a single type variable | |
T = t.TypeVar("T") | |
Ts = t.TypeVarTuple("Ts") | |
@t.overload | |
def dbg(arg: T, **print_settings: t.Any) -> T: | |
""" |