Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
psi
/
SuperclassKeywordArguments.py
blob: beb7bd88228c1400a067c7df595847eb5c9e8585 [
file
] [
log
] [
blame
]
class
Foo
(
base1
,
base2
,
metaclass
=
mymeta
):
pass
class
Bar
(*
bases
,
**
kwds
):
pass