File: show_AnsiConnection.R

package info (click to toggle)
dbi 1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,004 kB
  • sloc: makefile: 2
file content (9 lines) | stat: -rw-r--r-- 208 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#' @rdname hidden_aliases
#' @usage NULL
show_AnsiConnection <- function(object) {
  cat("<AnsiConnection>\n")
}

#' @rdname hidden_aliases
#' @export
setMethod("show", "AnsiConnection", show_AnsiConnection)