We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c5a279 commit 286810dCopy full SHA for 286810d
vm/src/builtins/int.rs
@@ -794,6 +794,7 @@ pub struct IntOptions {
794
#[derive(FromArgs)]
795
struct IntFromByteArgs {
796
bytes: PyBytesInner,
797
+ #[pyarg(any, default = "ArgByteOrder::Big")]
798
byteorder: ArgByteOrder,
799
#[pyarg(named, optional)]
800
signed: OptionalArg<ArgIntoBool>,
0 commit comments