Interface TupleParameter

All Superinterfaces:
AnyParameter, Tree
All Known Implementing Classes:
TupleParameterImpl

public interface TupleParameter extends AnyParameter
Python 2 only
   (parameters())
 
Examples:
(a, b, (c, d))
See https://docs.python.org/2.0/ref/function.html
  • Method Details