Skip to content

Empty families should be false #31717

@mkoeppe

Description

@mkoeppe
sage: Family([])                                                                                                                            
Family ()
sage: bool(_)                                                                                                                               
True

Compare with:

sage: bool(dict())                                                                                                                          
False

CC: @tscrim

Component: combinatorics

Author: Travis Scrimshaw

Branch/Commit: 42abda7

Reviewer: Matthias Koeppe

Issue created by migration from https://trac.sagemath.org/ticket/31717

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions