# Copyright (c) Meta Platforms, Inc. and affiliates. schema code.python.1 { import python type Entity = { decl : python.Declaration | } type Annotations = { decorators : [python.Decorator] | } type CallArgument = python.CallArgument }