PyArgument.bool constructor

const PyArgument.bool(
  1. bool field0
)

Implementation

const factory PyArgument.bool(
  bool field0,
) = PyArgument_Bool;