mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
Add ArgFloatLike.
This commit is contained in:
@@ -15,7 +15,7 @@ use std::ops::RangeInclusive;
|
||||
|
||||
pub use argument::{ArgCallable, ArgIterable};
|
||||
pub use byteslike::{ArgBytesLike, ArgMemoryBuffer, ArgStrOrBytesLike};
|
||||
pub use numlike::ArgComplexLike;
|
||||
pub use numlike::{ArgComplexLike, ArgFloatLike};
|
||||
|
||||
/// Implemented by any type that can be returned from a built-in Python function.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user