Skip to content

Commit af2f857

Browse files
committed
class-doc-fixed
1 parent f1e1046 commit af2f857

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

vm/src/builtins/type.rs

-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ use indexmap::{map::Entry, IndexMap};
2828
use itertools::Itertools;
2929
use std::{borrow::Borrow, collections::HashSet, fmt, ops::Deref, pin::Pin, ptr::NonNull};
3030

31-
/// type(object_or_name, bases, dict)
32-
/// type(object) -> the object's type
33-
/// type(name, bases, dict) -> a new type
3431
#[pyclass(module = false, name = "type")]
3532
pub struct PyType {
3633
pub base: Option<PyTypeRef>,

0 commit comments

Comments
 (0)