mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-27 11:10:19 -06:00
14 lines
448 B
Python
14 lines
448 B
Python
##########################################################################
|
|
#
|
|
# pgAdmin 4 - PostgreSQL Tools
|
|
#
|
|
# Copyright (C) 2013 - 2015, The pgAdmin Development Team
|
|
# This software is released under the PostgreSQL Licence
|
|
#
|
|
##########################################################################
|
|
|
|
"""Base class for Collection Nodes on the browser treeview"""
|
|
|
|
def get_name():
|
|
"""Returns the display name of the collection"""
|
|
return "" |