PyArgument.float constructor

const PyArgument.float(
  1. double field0
)

Implementation

const factory PyArgument.float(
  double field0,
) = PyArgument_Float;