It seems like the GitHub access token used for retrieving details about this repository from
GitHub became invalid. This might prevent certain types of inspections from being run (in
particular,
everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
service is re-defining a name which is already available in the outer-scope (previously defined on line 10).
It is generally a bad practice to shadow variables from the outer-scope. In most
cases, this is done unintentionally and might lead to unexpected behavior:
param=5classFoo:def__init__(self,param):# "param" would be flagged hereself.param=param
service is re-defining a name which is already available in the outer-scope (previously defined on line 10).
It is generally a bad practice to shadow variables from the outer-scope. In most
cases, this is done unintentionally and might lead to unexpected behavior:
param=5classFoo:def__init__(self,param):# "param" would be flagged hereself.param=param
Loading history...
19
players.hosting.state = PlayerState.IDLE
20
game = service.create_game(visibility=VisibilityState.PUBLIC,
service is re-defining a name which is already available in the outer-scope (previously defined on line 10).
It is generally a bad practice to shadow variables from the outer-scope. In most
cases, this is done unintentionally and might lead to unexpected behavior:
param=5classFoo:def__init__(self,param):# "param" would be flagged hereself.param=param
Loading history...
31
game = service.create_game(visibility=VisibilityState.PUBLIC,